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