View Javadoc
1 /* 2 * Nanning Aspects 3 * 4 * Distributable under LGPL license. 5 * See terms of license at gnu.org. 6 * (C) 2003 Jon Tirsen 7 */ 8 package org.codehaus.nanning; 9 10 public interface ConstructionInvocation { 11 Object getProxy(); 12 13 Object getTarget(); 14 15 void setTarget(Object newTarget); 16 }

This page was automatically generated by Maven