@Documented @Target(value={FIELD,PARAMETER}) @Retention(value=RUNTIME) public @interface PodamStrategyValue
If specified, this annotation will take precedence over all other annotations which influence the value of an attribute. In few words, this annotation dictates law in terms of which value the attribute ultimately will get.
Modifier and Type | Required Element and Description |
---|---|
Class<? extends AttributeStrategy<?>> |
value
The strategy that will populate the annotated attribute
|
public abstract Class<? extends AttributeStrategy<?>> value
public abstract String comment
Copyright © 2016. All rights reserved.