jef.dna.annotations
Annotation Type ClosingCpInfo


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

This annotation simply marks all those classes representing Constant Pool Table entries not pointing to other cp_infos.
Follows the list of all the cp_infos annotated as ClosingCpInfo:

1 CONSTANT_Integer_info
2 CONSTANT_Float_info
3 CONSTANT_Long_info
4 CONSTANT_Double_info
5 CONSTANT_Utf8_info


Please, for all the associated classes and interfaces refer to package jef.dna.constantInfo.

Author:
Francesco Russo frusso@dev.java.net