-
- All Implemented Interfaces:
public final class ParameterAnnotations extends SubStructure
Common class for runtime parameter annotations.
-
-
Field Summary
Fields Modifier and Type Field Description private Array<Annotation>runtimeAnnotationsprivate final Integerlength
-
Constructor Summary
Constructors Constructor Description ParameterAnnotations()
-
Method Summary
Modifier and Type Method Description final Array<Annotation>getRuntimeAnnotations()Runtime annotations associations of the parent structure final UnitsetRuntimeAnnotations(Array<Annotation> runtimeAnnotations)Runtime annotations associations of the parent structure IntegergetLength()The length of the structure in bytes. -
-
Method Detail
-
getRuntimeAnnotations
final Array<Annotation> getRuntimeAnnotations()
Runtime annotations associations of the parent structure
-
setRuntimeAnnotations
final Unit setRuntimeAnnotations(Array<Annotation> runtimeAnnotations)
Runtime annotations associations of the parent structure
-
-
-
-