@Qualifier
@Retention(value=RUNTIME)
@Target(value={FIELD,PARAMETER,METHOD})
public @interface ConfigurationDirectory
Qualifier used to retrieve the default directory for the templates, located in the configuration directory of the
application server (ie: standalone/configuration/templates). Templates from the override directory will take
precedence over templates from the configuration directory.
- Author:
- Juraci Paixão Kröhling