|
FindBugs™ 1.3.9 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.umd.cs.findbugs.ba.jsr305.TypeQualifierResolver
public class TypeQualifierResolver
Resolve annotations into type qualifiers.
Constructor Summary | |
---|---|
TypeQualifierResolver()
|
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TypeQualifierResolver()
Method Detail |
---|
public static java.util.Collection<AnnotationValue> resolveTypeQualifiers(AnnotationValue value)
value
- AnnotationValue representing the use of an annotation
public 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 parameter
public 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 parameter
|
FindBugs™ 1.3.9 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |