com.ibm.pdq.annotation

Annotation Type Group


@Target(value=TYPE)


@Retention(value=RUNTIME)


public @interface Group
This 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
  1. String
value
Indicates the name of the properties group to be associated with the pureQuery Interface

Optional Element Detail

value

public abstract String value
Indicates the name of the properties group to be associated with the pureQuery Interface

Note: value= does not need to be provided explicitly. For example, the group name can be specified as: @Group("myDeploymentGroup").

Default:
""