Package rife.validation.instrument


package rife.validation.instrument
Contains all the classes that perform byte-code analysis and transformations related to meta-data merging and constraints.
Since:
1.0
  • Classes
    Class
    Description
    Detects whether a class implements the Constrained interface or not, by analyzing its bytecode.
    This utility class provides an entrance method to modify the bytecode of a class so that metadata from a sibling class is merged into the first class.
    Detects whether a class has the MetaDataClass class annotation by analyzing its byte code.
    This is a bytecode instrumenter that will modify classes so that they receive the functionalities that are required to support meta-data merging.