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 AnnotationInstance
create
(Annotation instance) Create anAnnotationInstance
from anAnnotation
.boolean
int
hashCode()
toString()
-
Method Details
-
create
Create anAnnotationInstance
from anAnnotation
.- Parameters:
instance
- theAnnotation
to create theAnnotationInstance
from- Returns:
- an
AnnotationInstance
from anAnnotation
-
toString
-
equals
-
hashCode
public int hashCode()
-