Annotation Types Summary |
CleanupGenerator |
If a method is anotated with this annotation the methos get called in the
tearDown method of the JUnit test. |
ForInstance |
This annotation can be used in generators if a generator need a reference to
the entity bean instance where this generator is used for. |
ForProperty |
This annotation can be used in generators if a generator need a reference to
the property of a entity bean instance where this generator is used for. |
GeneratorType |
This annotation describes the metadata of an generator. |
PrepareGenerator |
If a method is anotated with this annotation the methos get called in the
setup method of the JUnit test. |
UsedIntrospector |
This annotation can be used in generators if a generator need a reference to
the introspector assoziated with the entity bean, where this generator is
used for. |