Uses of Class
aQute.bnd.component.annotations.CollectionType
-
Packages that use CollectionType Package Description aQute.bnd.component aQute.bnd.component.annotations Service Component Annotations Package Version 1.4. -
-
Uses of CollectionType in aQute.bnd.component
Fields in aQute.bnd.component declared as CollectionType Modifier and Type Field Description (package private) CollectionTypeReferenceDef. collectionType -
Uses of CollectionType in aQute.bnd.component.annotations
Methods in aQute.bnd.component.annotations that return CollectionType Modifier and Type Method Description CollectionTypecollectionType()The collection type for this reference.static CollectionTypeCollectionType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static CollectionType[]CollectionType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-