| Package | Description |
|---|---|
| org.jeasy.props.processors |
This package contains built-in annotation processors.
|
| Class and Description |
|---|
| DBProperty
This annotation can be declared on a field in which a property should be injected from a database.
|
| EnvironmentVariable
This annotation can be declared on a field in which an environment variable should be injected.
|
| I18NProperty
This annotation can be declared on a field in which a property should be injected from a resource bundle.
|
| JNDIProperty
This annotation injects a property from a JNDI context in the annotated field.
|
| ManifestProperty
This annotation injects a header from a
META-INF/MANIFEST.MF file in the annotated field. |
| MavenProperty
This annotation injects a property from a maven properties file in the annotated field.
|
| Properties
This annotation can be declared on a field of type
Properties
in which all properties from a given properties file should be injected. |
| Property
This annotation can be declared on a field in which a property should be injected from a properties file.
|
| SystemProperty
This annotation can be declared on a field in which a system property should be injected.
|
Copyright © 2020. All rights reserved.