@Target(value=PARAMETER)
@Retention(value=SOURCE)
public @interface Volatile
Apply to the constructor parameter that corresponds to an object-model DSL property to mark it as
volatile, in the sense of the Java Language Specification section 8.3.1.4. By default, properties
are not volatile.
- Since:
- 0.12
- See Also:
Layout