Package atjava.lang.annotation

Class Summary
AnnotatedBlock This class represents a part of code annotated by a Block Annotation.
AnnotatedExpression This class represents a part of code annotated by an Expression Annotation.
BytecodeUtility This class converts an array of bytecode containing bytecode into binary, decimal, hexadecimal or symbolic instruction strings.
 

Exception Summary
InvalidReferenceException This exception is thrown when a certain row/column couple specified into a BlockAnnotation doesn't exists in the source code (this could happend for example, if the source code has been modified after the compiling process)
SourceNotAvailableException This exception is thrown when the source code associated to a class file cannot be found