Skip navigation links

Package jodd.proxetta

Proxetta creates the fastest proxy subclasses in an easy, java-friendly way.

See: Description

Package jodd.proxetta Description

Proxetta creates the fastest proxy subclasses in an easy, java-friendly way.

Proxy is defined by an aspect: advice and pointcut. Proxetta proxy implementation is all about wrapping target methods at defined pointcuts with advice's methods. Advice's methods intercepts target method invocation.

Proxetta advices are plain java code that use special 'macro'-alike static methods from ProxyTarget class. These static method invocations will be replaced with appropriate target invocation, once when proxy subclass is created. This unique feature makes generated code not to use reflections, and therefore, very fast.

Skip navigation links

Copyright © 2003-present Jodd Team