public class AnnotationListenerMethodSelector extends java.lang.Object implements ListenerMethodSelector
| Constructor and Description |
|---|
AnnotationListenerMethodSelector() |
AnnotationListenerMethodSelector(java.lang.Class<? extends java.lang.annotation.Annotation> markerAnnotation) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isListenerMethod(java.lang.reflect.Method method)
Determines if the method is a listener method
|
public AnnotationListenerMethodSelector()
public AnnotationListenerMethodSelector(java.lang.Class<? extends java.lang.annotation.Annotation> markerAnnotation)
public boolean isListenerMethod(java.lang.reflect.Method method)
ListenerMethodSelectorisListenerMethod in interface ListenerMethodSelectormethod - The possible listener method. Cannot be null.Copyright © 2013 Atlassian. All Rights Reserved.