Class JettyAnnotatedScanner
java.lang.Object
org.eclipse.jetty.websocket.common.events.annotated.AbstractMethodAnnotationScanner<JettyAnnotatedMetadata>
org.eclipse.jetty.websocket.common.events.JettyAnnotatedScanner
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidonMethodAnnotation(JettyAnnotatedMetadata metadata, Class<?> pojo, Method method, Annotation annotation)
-
Constructor Details
-
JettyAnnotatedScanner
public JettyAnnotatedScanner()
-
-
Method Details
-
onMethodAnnotation
public void onMethodAnnotation(JettyAnnotatedMetadata metadata, Class<?> pojo, Method method, Annotation annotation) - Specified by:
onMethodAnnotationin classAbstractMethodAnnotationScanner<JettyAnnotatedMetadata>
-
scan
-