org.richfaces.cdk.templatecompiler.builder.model
Class JavaAnnotation
java.lang.Object
org.richfaces.cdk.templatecompiler.builder.model.JavaAnnotation
- All Implemented Interfaces:
- RequireImports
public class JavaAnnotation
- extends Object
- implements RequireImports
Wrapper for '@annotations
- Author:
- Maksim Kaszynski
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JavaAnnotation
public JavaAnnotation(ELType type)
JavaAnnotation
public JavaAnnotation(ELType type,
String... parameters)
getType
public ELType getType()
getArguments
public List<String> getArguments()
getRequiredImports
public Iterable<JavaImport> getRequiredImports()
- Specified by:
getRequiredImports in interface RequireImports
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.