org.eclipse.jetty.annotations
接口 AnnotationParser.ClassHandler

所有超级接口:
AnnotationParser.Handler
所有已知实现类:
ClassInheritanceHandler
包容类:
AnnotationParser

public static interface AnnotationParser.ClassHandler
extends AnnotationParser.Handler

ClassHandler Responds to finding a Class


方法摘要
 void handle(String className, int version, int access, String signature, String superName, String[] interfaces)
           
 

方法详细信息

handle

void handle(String className,
            int version,
            int access,
            String signature,
            String superName,
            String[] interfaces)


Copyright © 2013. All Rights Reserved.