jef.dna.annotations
Annotation Type RefersToField


@Documented
@Inherited
@Target(value=TYPE)
@Retention(value=RUNTIME)
public @interface RefersToField

This annotation tags all those classes mapping bytecode instructions which refer to fields (i.e. putfield or getfield).

Author:
Francesco Russo frusso@dev.java.net