public class LifecycleMethods
extends java.lang.Object
| Constructor and Description |
|---|
LifecycleMethods(java.lang.Class<?> clazz) |
| Modifier and Type | Method and Description |
|---|---|
<T extends java.lang.annotation.Annotation> |
classAnnotationsFor(java.lang.Class<T> annotation) |
java.util.Collection<java.lang.reflect.Field> |
fieldsFor(java.lang.Class<? extends java.lang.annotation.Annotation> annotation) |
boolean |
hasLifecycleAnnotations() |
java.util.Collection<java.lang.reflect.Method> |
methodsFor(java.lang.Class<? extends java.lang.annotation.Annotation> annotation) |
public boolean hasLifecycleAnnotations()
public java.util.Collection<java.lang.reflect.Method> methodsFor(java.lang.Class<? extends java.lang.annotation.Annotation> annotation)
public java.util.Collection<java.lang.reflect.Field> fieldsFor(java.lang.Class<? extends java.lang.annotation.Annotation> annotation)
public <T extends java.lang.annotation.Annotation> java.util.Collection<T> classAnnotationsFor(java.lang.Class<T> annotation)