| Modifier and Type | Method and Description |
|---|---|
static <T> Class<T> |
classFor(TypeElement typeElement,
ProcessingEnvironment processingEnvironment)
Returns the
Class object that is associated to the typeElement |
static Set<TypeElement> |
getTypeElementsAnnotatedWith(Class<? extends Annotation> annotationType,
RoundEnvironment roundEnvironment)
|
public static final String PARAM
public static <T> Class<T> classFor(TypeElement typeElement, ProcessingEnvironment processingEnvironment)
Class object that is associated to the typeElementT - the generic type of the returned ClasstypeElement - a TypeElement which represents a ClassprocessingEnvironment - the current ProcessingEnvironmentClass represented by typeElementpublic static Set<TypeElement> getTypeElementsAnnotatedWith(Class<? extends Annotation> annotationType, RoundEnvironment roundEnvironment)
annotationType - the type of the AnnotationroundEnvironment - the current RoundEnvironmentSet with the TypeElements annotated with annotationTypeCopyright © 2003–2016 MuleSoft, Inc.. All rights reserved.