public abstract class AnnotationClassTemplate extends ClassTemplate
| 限定符和类型 | 字段和说明 |
|---|---|
protected Class<? extends Annotation> |
annotationClass
The Annotation class.
|
packageName| 限定符 | 构造器和说明 |
|---|---|
protected |
AnnotationClassTemplate(String packageName,
Class<? extends Annotation> annotationClass)
Instantiates a new Annotation class template.
|
checkAddClass, getClassListprotected final Class<? extends Annotation> annotationClass
protected AnnotationClassTemplate(String packageName, Class<? extends Annotation> annotationClass)
packageName - the package nameannotationClass - the annotation classCopyright © 2016. All rights reserved.