to.etc.webapp.annotations
Annotation Type GdbId


@Retention(value=RUNTIME)
@Target(value=METHOD)
public @interface GdbId

Defines the ID property of a class.

Author:
Frits Jalvingh Created on Apr 28, 2009

Optional Element Summary
 java.lang.String generator
          The generator type to use.
 java.lang.String param
          The parameter for the generator; usually a sequence name
 

generator

public abstract java.lang.String generator
The generator type to use. It defaults to native.

Default:
""

param

public abstract java.lang.String param
The parameter for the generator; usually a sequence name

Default:
""