Package com.oracle.coherence.cdi
Class AnnotationInstance
java.lang.Object
com.oracle.coherence.cdi.AnnotationInstance
A representation of an
Annotation that can be used for equality tests
where methods in the Annotation annotated with Nonbinding are ignored.- Since:
- 20.06
- Author:
- Jonathan Knight 2019.10.24
-
Method Summary
Modifier and TypeMethodDescriptionstatic AnnotationInstancecreate(Annotation instance) Create anAnnotationInstancefrom anAnnotation.booleaninthashCode()toString()
-
Method Details
-
create
Create anAnnotationInstancefrom anAnnotation.- Parameters:
instance- theAnnotationto create theAnnotationInstancefrom- Returns:
- an
AnnotationInstancefrom anAnnotation
-
toString
-
equals
-
hashCode
public int hashCode()
-