public class TypeQualifierResolver
extends java.lang.Object
Constructor and Description |
---|
TypeQualifierResolver() |
Modifier and Type | Method and Description |
---|---|
static void |
logMissingAnnotationClass(MissingClassException e) |
static java.util.Collection<AnnotationValue> |
resolveTypeQualifierDefaults(java.util.Collection<AnnotationValue> values,
java.lang.annotation.ElementType elementType)
Resolve collection of AnnotationValues (which have been used to annotate
an AnnotatedObject or method parameter) into collection of resolved type
qualifier AnnotationValues.
|
static java.util.Collection<AnnotationValue> |
resolveTypeQualifiers(AnnotationValue value)
Resolve an AnnotationValue into a list of AnnotationValues representing
type qualifier annotations.
|
static java.util.Collection<AnnotationValue> |
resolveTypeQualifiers(java.util.Collection<AnnotationValue> values)
Resolve collection of AnnotationValues (which have been used to annotate
an AnnotatedObject or method parameter) into collection of resolved type
qualifier AnnotationValues.
|
public static java.util.Collection<AnnotationValue> resolveTypeQualifiers(AnnotationValue value)
value
- AnnotationValue representing the use of an annotationpublic static java.util.Collection<AnnotationValue> resolveTypeQualifierDefaults(java.util.Collection<AnnotationValue> values, java.lang.annotation.ElementType elementType)
values
- Collection of AnnotationValues used to annotate an
AnnotatedObject or method parameterpublic static void logMissingAnnotationClass(MissingClassException e)
public static java.util.Collection<AnnotationValue> resolveTypeQualifiers(java.util.Collection<AnnotationValue> values)
values
- Collection of AnnotationValues used to annotate an
AnnotatedObject or method parameterFindBugs™ is licenced under the LGPL. Copyright © 2006 University of Maryland.