Uses of Package
jef.dna.annotations

Packages that use jef.dna.annotations
jef.dna.attributes.impl   
jef.dna.constantInfo   
jef.dna.constantInfo.impl   
jef.dna.instructions.impl   
 

Classes in jef.dna.annotations used by jef.dna.attributes.impl
ContainedInCodeAttribute
          This annotation is used to mark those Attributes that are contained inside a CodeAttribute.
 

Classes in jef.dna.annotations used by jef.dna.constantInfo
ClosingCpInfo
          This annotation simply marks all those classes representing Constant Pool Table entries not pointing to other cp_infos.
 

Classes in jef.dna.annotations used by jef.dna.constantInfo.impl
ClosingCpInfo
          This annotation simply marks all those classes representing Constant Pool Table entries not pointing to other cp_infos.
RefersToCpInfo
          This annotation is used to tag both methods and fields respectively manipulating or representing references to cp_infos (Constant Pool Table entries).
 

Classes in jef.dna.annotations used by jef.dna.instructions.impl
RefersToCpInfo
          This annotation is used to tag both methods and fields respectively manipulating or representing references to cp_infos (Constant Pool Table entries).
RefersToField
          This annotation tags all those classes mapping bytecode instructions which refer to fields (i.e.
RefersToMethod
          This annotation tags all those classes mapping bytecode instructions which refer to methods (i.e.