RichFaces CDK Generator 4.2.0.CR1

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

java.lang.Object
  extended by org.richfaces.cdk.templatecompiler.builder.model.JavaAnnotation
All Implemented Interfaces:
RequireImports

public class JavaAnnotation
extends Object
implements RequireImports

Wrapper for '@annotations

Author:
Maksim Kaszynski

Field Summary
 
Fields inherited from interface org.richfaces.cdk.templatecompiler.builder.model.RequireImports
IMPORTS_TRANSFORM
 
Constructor Summary
JavaAnnotation(ELType type)
           
JavaAnnotation(ELType type, String... parameters)
           
 
Method Summary
 List<String> getArguments()
           
 Iterable<JavaImport> getRequiredImports()
           
 ELType getType()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JavaAnnotation

public JavaAnnotation(ELType type)

JavaAnnotation

public JavaAnnotation(ELType type,
                      String... parameters)
Method Detail

getType

public ELType getType()

getArguments

public List<String> getArguments()

getRequiredImports

public Iterable<JavaImport> getRequiredImports()
Specified by:
getRequiredImports in interface RequireImports

RichFaces CDK Generator 4.2.0.CR1

Copyright © 2012 JBoss by Red Hat. All Rights Reserved.