public class Annotation extends ModelElement
Writable.Context| Constructor and Description | 
|---|
| Annotation(Type type) | 
| Annotation(Type type,
          List<String> properties) | 
| Modifier and Type | Method and Description | 
|---|---|
| Set<Type> | getImportTypes()Returns a set containing those  Types referenced by this model element for which an import statement needs
 to be declared. | 
| List<String> | getProperties() | 
| Type | getType() | 
writegetTemplateName, getTemplateNameForClasspublic Annotation(Type type)
public Type getType()
public Set<Type> getImportTypes()
ModelElementTypes referenced by this model element for which an import statement needs
 to be declared.getImportTypes in class ModelElementnull.Copyright © 2012-2015 Gunnar Morling; All rights reserved. Released under the Apache Software License 2.0.