Package javacardx.annotations

Extension package that contains annotations for defining character string constants.

These annotations are processed at compile-time and are discarded by the compiler. The annotation processor that processes these annotations may be invoked by the compiler to generate the source files for the equivalent string constant pool classes. These source files may then be compiled along with the rest of the application's source files. For more information on how to invoke a string annotation processor, see Oracle's string annotation processor.