Class AnnotationUtil
- java.lang.Object
-
- org.camunda.bpm.client.spring.impl.util.AnnotationUtil
-
public class AnnotationUtil extends Object
-
-
Constructor Summary
Constructors Constructor Description AnnotationUtil()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static <T extends Annotation>
Tget(Class<T> annotationClass, org.springframework.core.type.AnnotatedTypeMetadata metadata)
-
-
-
Method Detail
-
get
public static <T extends Annotation> T get(Class<T> annotationClass, org.springframework.core.type.AnnotatedTypeMetadata metadata)
-
-