org.tinygroup.annotation.config
类 AnnotationClassMatchers

java.lang.Object
  继承者 org.tinygroup.annotation.config.AnnotationClassMatchers

public class AnnotationClassMatchers
extends Object

注解匹配匹配,用于定义一组注解匹配模式及匹配成功后的处理

作者:
luoguo

构造方法摘要
AnnotationClassMatchers()
           
 
方法摘要
 List<AnnotationClassMatcher> getAnnotationClassMatcherList()
           
 void initAnnotationClassMatchers()
           
 void setAnnotationClassMatcherList(List<AnnotationClassMatcher> annotationClassMatcherList)
           
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

构造方法详细信息

AnnotationClassMatchers

public AnnotationClassMatchers()
方法详细信息

getAnnotationClassMatcherList

public List<AnnotationClassMatcher> getAnnotationClassMatcherList()

setAnnotationClassMatcherList

public void setAnnotationClassMatcherList(List<AnnotationClassMatcher> annotationClassMatcherList)

initAnnotationClassMatchers

public void initAnnotationClassMatchers()


Copyright © 2006–2016 TinyGroup. All rights reserved.