org.richfaces.cdk.templatecompiler.builder.model
Class JavaAnnotation

java.lang.Object
  extended by org.richfaces.cdk.templatecompiler.builder.model.JavaAnnotation

public class JavaAnnotation
extends java.lang.Object

Wrapper for '@annotations

Author:
Maksim Kaszynski

Constructor Summary
JavaAnnotation(JavaClass type)
           
JavaAnnotation(JavaClass type, java.lang.String... parameters)
           
 
Method Summary
 java.util.List<java.lang.String> getArguments()
           
 JavaClass getType()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JavaAnnotation

public JavaAnnotation(JavaClass type)

JavaAnnotation

public JavaAnnotation(JavaClass type,
                      java.lang.String... parameters)
Method Detail

getType

public JavaClass getType()

getArguments

public java.util.List<java.lang.String> getArguments()


Copyright © 2010 JBoss, a division of Red Hat, Inc.. All Rights Reserved.