public @interface Bundle
This annotation activates the following behaviors:
Full documentation can be found on: ChappIO Commons GitHub
| Modifier and Type | Required Element and Description |
|---|---|
String |
bundleName
The base name of the resource bundle.
|
String |
className
The fully qualified path to the accessor class.
|
| Modifier and Type | Optional Element and Description |
|---|---|
String[] |
requiredLocales
List the validated locales.
|
public abstract String bundleName
public abstract String className
public abstract String[] requiredLocales
Copyright © 2016 ChappIO. All rights reserved.