Uses of Class
com.oracle.coherence.cdi.AnnotationInstance
-
Packages that use AnnotationInstance Package Description com.oracle.coherence.cdi Coherence CDI provides support for CDI (Contexts and Dependency Injection) within Coherence cluster members. -
-
Uses of AnnotationInstance in com.oracle.coherence.cdi
Methods in com.oracle.coherence.cdi that return AnnotationInstance Modifier and Type Method Description static AnnotationInstance
AnnotationInstance. create(Annotation instance)
Create anAnnotationInstance
from anAnnotation
.
-