@Documented @Retention(value=RUNTIME) @Target(value=TYPE) public @interface PersistantProperties
@PersistantProperties(properties={
@PersistantProperty(property="not", defaultValue="false"),
@PersistantProperty(property="source")
})
Order of declared PersistantProperties
is important and tells which order should be followed by factories
to read and write these properties.Modifier and Type | Required Element and Description |
---|---|
PersistantProperty[] |
properties |
public abstract PersistantProperty[] properties