
e.proxy4j.proxy4j-core.1.0.0.source-code.template.properties Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of proxy4j-core Show documentation
Show all versions of proxy4j-core Show documentation
Core functionality for the Proxy4J framework
delegate.method.body.return=return {0}.{1}({2});
delegate.method.body.noreturn={0}.{1}({2});
interceptor.proceed.body.return=return {0}.{1}({2});
interceptor.proceed.body.return.boxed=return new {0}({1}.{2}({3}));
interceptor.proceed.body.noreturn={0}.{1}({2}); return null;
© 2015 - 2025 Weber Informatics LLC | Privacy Policy