Package manifold.ext.props.rt.api
Annotation Type override
-
@Target(FIELD) @Retention(CLASS) public @interface override
Same as @Overridebut for properties. Usage:
Note, without an accompanyinginterface Foo { @val String color; } public class FooImpl extends Foo { @override @val String color = "Plaid"; }@get,@set, or@prop, use of@overrideimplies@prop.