JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Tree
Index
Search
Help
io.github.kaktushose.jdac.core
io.github.kaktushose.jdac.annotations.i18n
Bundle
Contents
Description
Required Element Summary
Element Details
value
Hide sidebar
Show sidebar
Annotation Interface Bundle
@Target
({
PACKAGE
,
METHOD
,
TYPE
})
@Retention
(
RUNTIME
)
public @interface
Bundle
The bundle annotation states which localization bundle is to be used in a certain scope.
See Also:
I18n
Required Element Summary
Required Elements
Modifier and Type
Required Element
Description
String
value
the name of the bundle to use
Element Details
value
String
value
the name of the bundle to use