|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Documented @Retention(value=RUNTIME) @Target(value={TYPE,CONSTRUCTOR,METHOD,FIELD,PARAMETER}) public @interface Bundle
Optional to specify a different bundle name
Optional Element Summary | |
---|---|
String |
name
Esp. useful if the class which is mapped to the resource-bundle has a different name and can't be mapped to the bundle via convention. |
Class<?> |
value
Allows to specify the class which is mapped to the resource-bundle |
public abstract Class<?> value
public abstract String name
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |