com.ibm.pdq.annotation
Annotation Type Group
@Target(value=TYPE) @Retention(value=RUNTIME) public @interface GroupThis annotation can be used on pureQuery API DAO interfaces to indicate that the Interface should inherit Generator and / or StaticBinder properties when those utilities operate on this Interface.
Optional Element Summary
Modifier and Type | Optional Element and Description |
---|---|
value
Indicates the name of the properties group to be associated with the pureQuery Interface
|
Optional Element Detail
value
public abstract String value
Default:
""
Note:
value=
does not need to be provided explicitly. For example, the group name can be specified as:@Group("myDeploymentGroup")
.