static class Key.AnnotationInstanceStrategy extends java.lang.Object implements Key.AnnotationStrategy
Modifier and Type | Field and Description |
---|---|
(package private) java.lang.annotation.Annotation |
annotation |
Constructor and Description |
---|
AnnotationInstanceStrategy(java.lang.annotation.Annotation annotation) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object o) |
java.lang.annotation.Annotation |
getAnnotation() |
java.lang.Class<? extends java.lang.annotation.Annotation> |
getAnnotationType() |
boolean |
hasAttributes() |
int |
hashCode() |
java.lang.String |
toString() |
Key.AnnotationStrategy |
withoutAttributes() |
AnnotationInstanceStrategy(java.lang.annotation.Annotation annotation)
public boolean hasAttributes()
hasAttributes
in interface Key.AnnotationStrategy
public Key.AnnotationStrategy withoutAttributes()
withoutAttributes
in interface Key.AnnotationStrategy
public java.lang.annotation.Annotation getAnnotation()
getAnnotation
in interface Key.AnnotationStrategy
public java.lang.Class<? extends java.lang.annotation.Annotation> getAnnotationType()
getAnnotationType
in interface Key.AnnotationStrategy
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object