Annotation Type Tuple
-
@Target(CONSTRUCTOR) @Retention(RUNTIME) public @interface Tuple
-
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description DatabaseType
dbType
Type of the database for which the annotated constrictor should be calledString
method
Name of the method for which the annotated constructor should be called.
-
-
-
Element Detail
-
method
String method
Name of the method for which the annotated constructor should be called.- Returns:
- Default:
- ""
-
-
-
dbType
DatabaseType dbType
Type of the database for which the annotated constrictor should be called- Returns:
- Default:
- jetbrains.buildServer.serverSide.db.DatabaseType.UNKNOWN
-
-