Package aQute.bnd.osgi
Class ParameterAnnotation
- java.lang.Object
-
- aQute.bnd.osgi.Annotation
-
- aQute.bnd.osgi.ParameterAnnotation
-
public class ParameterAnnotation extends Annotation
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class aQute.bnd.osgi.Annotation
Annotation.ElementType
-
-
Constructor Summary
Constructors Constructor Description ParameterAnnotation(int parameter, Descriptors.TypeRef name, java.util.Map<java.lang.String,java.lang.Object> elements, Annotation.ElementType member, java.lang.annotation.RetentionPolicy policy)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
parameter()
java.lang.String
toString()
-
Methods inherited from class aQute.bnd.osgi.Annotation
addDefaults, containsKey, elementType, entrySet, get, getAnnotation, getAnnotation, getAnnotation, getName, getRetentionPolicy, keySet, merge, put, stream
-
-
-
-
Constructor Detail
-
ParameterAnnotation
public ParameterAnnotation(int parameter, Descriptors.TypeRef name, java.util.Map<java.lang.String,java.lang.Object> elements, Annotation.ElementType member, java.lang.annotation.RetentionPolicy policy)
-
-
Method Detail
-
parameter
public int parameter()
-
toString
public java.lang.String toString()
- Overrides:
toString
in classAnnotation
-
-