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