jef.dna.annotations
Annotation Type RefersToMethod


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

This annotation tags all those classes mapping bytecode instructions which refer to methods (i.e. invokevirtual).

Author:
Francesco Russo frusso@dev.java.net