jef.dna.annotations
Annotation Type ContainedInCodeAttribute
@Documented
@Inherited
@Target(value=TYPE)
@Retention(value=RUNTIME)
public @interface ContainedInCodeAttribute
This annotation is used to mark those Attributes
that are contained
inside a CodeAttribute
.
The containerPropertyName
is used to store the name of the property
of the marked class used to store the reference to the containing CodeAttribute
.
- Author:
- Francesco Russo frusso@dev.java.net
containerPropertyName
public abstract java.lang.String containerPropertyName