public interface QualifierParameterAnnotationConverter<Q> extends AnnotationConverter<QualParams<Q>>
AnnotationConverter that can also find the names of all declared
parameters on a class or method.| Modifier and Type | Method and Description |
|---|---|
Set<String> |
getDeclaredParameters(Element elt,
Set<AnnotationMirror> declAnnotations,
ExtendedTypeMirror type)
Get the names of all parameters declared on a class, interface, enum,
or method declaration
Element. |
fromAnnotations, isAnnotationSupportedSet<String> getDeclaredParameters(Element elt, Set<AnnotationMirror> declAnnotations, ExtendedTypeMirror type)
Element.elt - the element to inspect for parametersdeclAnnotations - the declaration annotations on elttype - the ExtendedTypeMirror for the element, after stub file annotations have been applied