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 AspectFactory {
11
12 Object newInstance(Class classIdentifier);
13
14 void reinitialize(AspectInstance aspectInstance);
15 }
This page was automatically generated by Maven