All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.aopalliance.reflect.package.html Maven / Gradle / Ivy

Go to download

Everything needed to run a comprehensive dev environment. Just type X_ and pick a service from autocomplete; new dev modules will be added as they are built. The only dev service not included in the uber jar is xapi-dev-maven, as it includes all runtime dependencies of maven, adding ~4 seconds to build time, and 6 megabytes to the final output jar size (without xapi-dev-maven, it's ~1MB).

The newest version!


  
  
  
    
    

This package provides a set of interfaces for implementing a generic reflection API.

The motivations of this package are to have a generic reflection API with interfaces so that any AO system provider can implement its own base program introspection package. In general, we cannot use java.lang.reflect since in most of the AOP systems, this representation is not available (e.g. in load-time systems or compile-time systems).

The implementor can implement this API for compile-time purpose (for instance based on a source-code analysis implementation), for a load-time purpose (mostly based on a bytecode-level implementation), or for a run-time purpose.

This package has be rougthly specified and really needs further investigations.





© 2015 - 2024 Weber Informatics LLC | Privacy Policy