public final class AptUtil extends Object
Modifier and Type | Method and Description |
---|---|
static AnnotationProcessorFactory |
getFactoryForAnnotation(String fullyQualifiedAnnotation,
IJavaProject jproj)
Returns the matching annotation processor factory for a given
annotation in a given project.
|
public static AnnotationProcessorFactory getFactoryForAnnotation(String fullyQualifiedAnnotation, IJavaProject jproj)
fullyQualifiedAnnotation
- the annotation for which a factory
is desired. This must be fully qualfied -- e.g. "org.eclipse.annotation.Foo"
Copyright (c) 2000, 2015 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.