| Modifier and Type | Method and Description |
|---|---|
List<Annotation> |
AbstractFtlTemplate.getAnnotations() |
List<Annotation> |
FtlTemplate.getAnnotations() |
| Modifier and Type | Method and Description |
|---|---|
static Annotation |
Annotation.createDescriptionAnnotation(String description) |
static Annotation |
Annotation.createFromMap(Class<?> annotationClass,
Map<String,String> parameters) |
static Annotation |
Annotation.createModuleQNameANnotation(org.opendaylight.yangtools.yang.common.QName qName) |
static Annotation |
Annotation.createRequireIfcAnnotation(org.opendaylight.controller.config.yangjmxgenerator.ServiceInterfaceEntry sie) |
| Modifier and Type | Method and Description |
|---|---|
static Collection<Annotation> |
Annotation.createSieAnnotations(org.opendaylight.controller.config.yangjmxgenerator.ServiceInterfaceEntry sie) |
List<Annotation> |
Method.getAnnotations() |
List<Annotation> |
MethodDeclaration.getAnnotations() |
List<Annotation> |
MethodDefinition.getAnnotations() |
| Constructor and Description |
|---|
MethodDeclaration(String returnType,
String name,
List<Field> parameters,
List<Annotation> annotations) |
MethodDefinition(List<String> modifiers,
String returnType,
String name,
List<Field> parameters,
List<String> throwsExceptions,
List<Annotation> annotations,
String body) |
MethodDefinition(String returnType,
String name,
List<Field> parameters,
List<Annotation> annotations,
String body) |
| Modifier and Type | Method and Description |
|---|---|
void |
JavaFileInputBuilder.addClassAnnotation(Annotation annotation) |
Copyright © 2016 OpenDaylight. All rights reserved.