|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jboss.jca.common.annotations.repository.jandex.AnnotationImpl
public class AnnotationImpl

An AnnotationImpl.
| Constructor Summary | |
|---|---|
AnnotationImpl(String className,
ClassLoader cl,
List<String> parameterTypes,
String memberName,
boolean onMethod,
boolean onField,
Class<?> annotationClass)
Create a new AnnotationImpl. |
|
| Method Summary | |
|---|---|
Object |
getAnnotation()
Get the annotation. |
String |
getClassName()
Get the className. |
String |
getMemberName()
Get the memberName. |
List<String> |
getParameterTypes()
Get the parameterTypes. |
boolean |
isOnField()
Get the onField. |
boolean |
isOnMethod()
Get the onMethod. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AnnotationImpl(String className,
ClassLoader cl,
List<String> parameterTypes,
String memberName,
boolean onMethod,
boolean onField,
Class<?> annotationClass)
className - classNamecl - classloaderparameterTypes - parameterTypesmemberName - memberNameonMethod - onMethodonField - onFieldannotationClass - annotationClass| Method Detail |
|---|
public String getClassName()
getClassName in interface org.jboss.jca.common.spi.annotations.repository.Annotationpublic Object getAnnotation()
getAnnotation in interface org.jboss.jca.common.spi.annotations.repository.Annotationpublic List<String> getParameterTypes()
getParameterTypes in interface org.jboss.jca.common.spi.annotations.repository.Annotationpublic String getMemberName()
getMemberName in interface org.jboss.jca.common.spi.annotations.repository.Annotationpublic boolean isOnMethod()
isOnMethod in interface org.jboss.jca.common.spi.annotations.repository.Annotationpublic boolean isOnField()
isOnField in interface org.jboss.jca.common.spi.annotations.repository.Annotation
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||