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