org.eclipse.jetty.annotations
接口 AnnotationIntrospector.IntrospectableAnnotationHandler

所有已知实现类:
AnnotationIntrospector.AbstractIntrospectableAnnotationHandler, DeclareRolesAnnotationHandler, MultiPartConfigAnnotationHandler, PostConstructAnnotationHandler, PreDestroyAnnotationHandler, ResourceAnnotationHandler, ResourcesAnnotationHandler, RunAsAnnotationHandler, ServletSecurityAnnotationHandler
包容类:
AnnotationIntrospector

public static interface AnnotationIntrospector.IntrospectableAnnotationHandler

IntrospectableAnnotationHandler Interface for all handlers that wish to introspect a class to find a particular annotation


方法摘要
 void handle(Class<?> clazz)
           
 

方法详细信息

handle

void handle(Class<?> clazz)


Copyright © 2013. All Rights Reserved.