Package org.jboss.logging.annotations
Annotation Type BaseUrl
-
@Target(TYPE) @Retention(CLASS) @Documented public @interface BaseUrlMessages on reports can have a link to a resolution document. This annotation can be used to provide a base URL for these documents.Expressions in the form of
${property.key:default-value}can be used for the values. If the property key is prefixed withsys.a system property will be used. If the key is prefixed withenv.an environment variable will be used. In all other cases theorg.jboss.logging.tools.expressionPropertiesprocessor argument is used to specify the path the properties file which contains the values for the expressions.- Since:
- 1.2
- Author:
- James R. Perkins
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description java.lang.StringvalueThe base URL used for links to resolution documentation on reports.
-