|
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.TypeQualifierAnnotationLookupResult
public class TypeQualifierAnnotationLookupResult
The result of looking up a TypeQualifierAnnotation. Because type qualifiers are inherited, a full result of looking resolving a TypeQualifierAnnotation may include annotations on one or more supertypes. Potentially, the supertype annotations may conflict with each other, and/or conflict with the annotation on the annotated entity. This object makes it possible to report such conflicts, while still providing a convenient interface for getting the "effective" TypeQualifierAnnotation.
Nested Class Summary | |
---|---|
static class |
TypeQualifierAnnotationLookupResult.PartialResult
Partial result of looking up a TypeQualifierAnnotation. |
Method Summary | |
---|---|
protected TypeQualifierAnnotation |
combine(TypeQualifierAnnotation a,
TypeQualifierAnnotation b)
Subclasses must override this method to combine TypeQualifierAnnotations found in multiple superclasses. |
TypeQualifierAnnotation |
getEffectiveTypeQualifierAnnotation()
Get the effective TypeQualifierAnnotation. |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Method Detail |
---|
@CheckForNull public TypeQualifierAnnotation getEffectiveTypeQualifierAnnotation()
protected TypeQualifierAnnotation combine(TypeQualifierAnnotation a, TypeQualifierAnnotation b)
a
- a TypeQualifierAnnotationb
- another TypeQualifierAnnotation
public java.lang.String toString()
toString
in class java.lang.Object
|
FindBugs™ 1.3.9 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |