Package org.jboss.weld.util
Class Annotations
java.lang.Object
org.jboss.weld.util.Annotations
Utility methods for working with annotations.
- Author:
- Jozef Hartinger
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionstatic MethodgetRepeatableAnnotationAccessor(Class<? extends Annotation> annotation) Returns the valueMethodof a repeatable annotation container or null if the given annotation is not a repeatable annotation container.
-
Field Details
-
EMPTY_ANNOTATIONS
-
-
Method Details
-
getRepeatableAnnotationAccessor
Returns the valueMethodof a repeatable annotation container or null if the given annotation is not a repeatable annotation container.- Parameters:
annotation- the given annotation- Returns:
- the value
Methodof a repeatable annotation container or null if the given annotation is not a repeatable annotation container
-