FileDocCategorySizeDatePackage
DistributedAnnotationFactory.javaAPI DocApache Ant 1.701868Wed Dec 13 06:16:22 GMT 2006None

DistributedAnnotationFactory

public class DistributedAnnotationFactory extends Object implements AnnotationProcessorFactory
This was the first piece of Java1.5 code in the source tree.
since
20050-03-09T21:29:25Z

Fields Summary
private static final Collection
supportedAnnotations
Constructors Summary
Methods Summary
public com.sun.mirror.apt.AnnotationProcessorgetProcessorFor(java.util.Set annotationTypeDeclarations, com.sun.mirror.apt.AnnotationProcessorEnvironment env)

        return new DistributedAnnotationProcessor(env);
    
public java.util.CollectionsupportedAnnotationTypes()

        return supportedAnnotations;
    
public java.util.CollectionsupportedOptions()


       
        return Collections.emptySet();