Package javax.slee.annotation
Annotation Type Library
-
@Documented @Inherited @Retention(RUNTIME) @Target({TYPE,PACKAGE}) public @interface Library
A SLEE library - annotate one of the classes that should be in the library
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description ComponentId
id
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description java.lang.String
description
LibraryJar[]
jars
LibraryReference[]
libraryRefs
java.lang.String
vendorExtensionID
-
-
-
Element Detail
-
id
ComponentId id
-
-
-
libraryRefs
LibraryReference[] libraryRefs
- Default:
- {}
-
-
-
jars
LibraryJar[] jars
- Default:
- {}
-
-