alt.jiapi.reflect
Class JiapiAnnotation

java.lang.Object
  extended by alt.jiapi.reflect.JiapiAnnotation

public class JiapiAnnotation
extends java.lang.Object

Represents an annotation of Class, Method or Field.

Author:
Mika Riekkinen

Constructor Summary
JiapiAnnotation(AnnotationBase.Annotation a)
           
 
Method Summary
 java.lang.String annotationType()
           
 java.lang.Object getElement(java.lang.String name)
           
 AnnotationBase.Element[] getElements()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JiapiAnnotation

public JiapiAnnotation(AnnotationBase.Annotation a)
Method Detail

annotationType

public java.lang.String annotationType()

getElement

public java.lang.Object getElement(java.lang.String name)

getElements

public AnnotationBase.Element[] getElements()


Copyright © 2001. Documenation generated August 26 2011.