Package aQute.bnd.classfile
Interface ParameterAnnotationsAttribute.Constructor<A extends ParameterAnnotationsAttribute>
-
- Enclosing class:
- ParameterAnnotationsAttribute
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface public static interface ParameterAnnotationsAttribute.Constructor<A extends ParameterAnnotationsAttribute>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description A
init(ParameterAnnotationInfo[] parameter_annotations)
-
-
-
Method Detail
-
init
A init(ParameterAnnotationInfo[] parameter_annotations)
-
-