public class AnnotationUtils extends Object
| Constructor and Description |
|---|
AnnotationUtils() |
| Modifier and Type | Method and Description |
|---|---|
static List<Accessor> |
analyse(Class aClass,
Class<? extends Annotation> aAnnotation)
Returns the accessor for a given annotation.
|
public static List<Accessor> analyse(Class aClass, Class<? extends Annotation> aAnnotation)
aClass - Class to analyse.aAnnotation - Annotation that must be present.Copyright © 2025. All rights reserved.