@Target(value=PARAMETER)
@Retention(value=SOURCE)
public @interface Nullable
Apply to the constructor parameter that corresponds to an object-model DSL property to mark it as
being able to contain a null value. By default, properties are non-nullable.
- Since:
- 0.12
- See Also:
Layout