@Retention(value=RUNTIME)
@Target(value=FIELD)
public @interface Property
Modifier and Type | Optional Element and Description |
---|---|
boolean |
notNullable
If a value is notNullable, spoon will throw a
SpoonException for null values. |
java.lang.String |
value
An optional text that describes the property.
|
public abstract java.lang.String value
public abstract boolean notNullable
SpoonException
for null values.Copyright © 2007–2021 Inria. All rights reserved.