Class CoherenceAnnotationUtils
- java.lang.Object
- 
- com.oracle.coherence.spring.configuration.support.CoherenceAnnotationUtils
 
- 
 public final class CoherenceAnnotationUtils extends Object Provides utilities for retrieving annotations from the providedInjectionPoint.- Since:
- 3.0
- Author:
- Gunnar Hillert
 
- 
- 
Method SummaryAll Methods Static Methods Concrete Methods Modifier and Type Method Description static List<Annotation>getAnnotationsMarkedWithMarkerAnnotation(InjectionPoint injectionPoint, Class markerAnnotation)static Class<?>getBeanTypeForBeanName(BeanFactory beanFactory, String beanName)static AnnotationgetSingleAnnotationMarkedWithMarkerAnnotation(InjectionPoint injectionPoint, Class markerAnnotation)static <T> TgetSingleBeanWithAnnotation(ApplicationContext applicationContext, Class<? extends Annotation> annotationType)
 
- 
- 
- 
Method Detail- 
getAnnotationsMarkedWithMarkerAnnotationpublic static List<Annotation> getAnnotationsMarkedWithMarkerAnnotation(InjectionPoint injectionPoint, Class markerAnnotation) 
 - 
getSingleAnnotationMarkedWithMarkerAnnotationpublic static Annotation getSingleAnnotationMarkedWithMarkerAnnotation(InjectionPoint injectionPoint, Class markerAnnotation) 
 - 
getBeanTypeForBeanNamepublic static Class<?> getBeanTypeForBeanName(BeanFactory beanFactory, String beanName) 
 - 
getSingleBeanWithAnnotationpublic static <T> T getSingleBeanWithAnnotation(ApplicationContext applicationContext, Class<? extends Annotation> annotationType) 
 
- 
 
-