public class MethodAnnotationsFactory extends Object
| Constructor and Description |
|---|
MethodAnnotationsFactory() |
| Modifier and Type | Method and Description |
|---|---|
MethodAnnotations |
forMethod(Method method) |
<T extends Annotation> |
registerAfterAnnotation(Class<T> type,
ApplyAfterAnnotation<T> apply) |
<T extends Annotation> |
registerAroundAnnotation(Class<T> type,
ApplyAroundAnnotation<T> apply) |
public <T extends Annotation> void registerAroundAnnotation(Class<T> type, ApplyAroundAnnotation<T> apply)
public <T extends Annotation> void registerAfterAnnotation(Class<T> type, ApplyAfterAnnotation<T> apply)
public MethodAnnotations forMethod(Method method)
Copyright © 2015. All Rights Reserved.