Package manifold.ext.props.rt.api
Annotation Type set
-
@Target(FIELD) @Retention(CLASS) public @interface set
-
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description manifold.rt.api.anno.any[]annosUse this argument to specify annotations to apply to the property's generated setter method.manifold.rt.api.anno.any[]paramUse this argument to specify annotations to apply to the property's generated setter parameter.PropOption[]valueUse this argument to override the property's declared access.
-
-
-
Element Detail
-
value
PropOption[] value
Use this argument to override the property's declared access.- Default:
- {}
-
-