Class VocabularyKeys


  • public final class VocabularyKeys
    extends Object
    Resource keys. This class is used when compiling sources, but no dependencies to ResourceKeys should appear in any resulting class files. Since Java compiler inlines final integer values, using long identifiers will not bloat constant pools of classes compiled against the interface, provided that no class implements this interface.
    See Also:
    IndexedResourceBundle, IndexedResourceCompiler