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,
java.util.function.Supplier<? extends ApplyAfterAnnotation<T>> apply) |
<T extends Annotation> |
registerAroundAnnotation(Class<T> type,
java.util.function.Supplier<? extends ApplyAroundAnnotation<T>> apply) |
public <T extends Annotation> void registerAroundAnnotation(Class<T> type, java.util.function.Supplier<? extends ApplyAroundAnnotation<T>> apply)
public <T extends Annotation> void registerAfterAnnotation(Class<T> type, java.util.function.Supplier<? extends ApplyAfterAnnotation<T>> apply)
public MethodAnnotations forMethod(Method method)
Copyright © 2015. All Rights Reserved.