Package | Description |
---|---|
org.brandao.brutos.annotation |
Contém os recursos necessários para a configuração da aplicação.
|
org.brandao.brutos.annotation.configuration |
Contém os recursos necessários para o processamento da configuração da aplicação.
|
Modifier and Type | Method and Description |
---|---|
AnnotationConfigEntry |
AnnotationConfig.getConfiguration()
Obtém a configuração.
|
Modifier and Type | Method and Description |
---|---|
void |
AnnotationConfig.setConfiguration(AnnotationConfigEntry annotation)
Define a configuração.
|
Modifier and Type | Field and Description |
---|---|
protected AnnotationConfigEntry |
AbstractAnnotationConfig.annotation |
Modifier and Type | Method and Description |
---|---|
protected static AnnotationConfigEntry |
AnnotationUtil.getAnnotationConfig(ConfigurableApplicationContext applicationContext,
Stereotype stereotype,
Class<?> clazz) |
AnnotationConfigEntry |
ApplyAnnotationConfig.getConfiguration() |
AnnotationConfigEntry |
AbstractAnnotationConfig.getConfiguration() |
Modifier and Type | Method and Description |
---|---|
protected static Map<Class<?>,AnnotationConfigEntry> |
AnnotationUtil.getAnnotationConfigEntry(ConfigurableApplicationContext applicationContext,
List<Class<?>> list) |
List<AnnotationConfigEntry> |
AnnotationConfigEntry.getNextAnnotationConfig() |
Modifier and Type | Method and Description |
---|---|
void |
ApplyAnnotationConfig.setConfiguration(AnnotationConfigEntry annotation) |
void |
AbstractAnnotationConfig.setConfiguration(AnnotationConfigEntry annotation) |
Modifier and Type | Method and Description |
---|---|
void |
AnnotationConfigEntry.setNextAnnotationConfig(List<AnnotationConfigEntry> nextAnnotationConfig) |
Copyright © 2018 Brandao. All rights reserved.