com.jdon.container.annotation
类 AnnotationUtil

java.lang.Object
  继承者 com.jdon.container.annotation.AnnotationUtil

public class AnnotationUtil
extends Object


字段摘要
static String module
           
 
构造方法摘要
AnnotationUtil()
           
 
方法摘要
static List findWebInfLibClasspaths(javax.servlet.ServletContext servletContext)
           
static boolean methodParameterContainAnnotation(Method method, Class annotationClass)
           
static URL[] scanAnnotation(AppContextWrapper context)
           
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

字段详细信息

module

public static final String module
构造方法详细信息

AnnotationUtil

public AnnotationUtil()
方法详细信息

scanAnnotation

public static URL[] scanAnnotation(AppContextWrapper context)

findWebInfLibClasspaths

public static List findWebInfLibClasspaths(javax.servlet.ServletContext servletContext)

methodParameterContainAnnotation

public static boolean methodParameterContainAnnotation(Method method,
                                                       Class annotationClass)


Copyright © 2013. All Rights Reserved.