KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > com > tc > aspectwerkz > reflect > StaticInitializationInfo


1 /*
2  * All content copyright (c) 2003-2006 Terracotta, Inc., except as may otherwise be noted in a separate copyright notice. All rights reserved.
3  */

4 package com.tc.aspectwerkz.reflect;
5
6 /**
7  * Marker interface for staticinitializer member info.
8  * There cannot be other exposed info than the declaring type.
9  *
10  * @author <a HREF="mailto:the_mindstorm@evolva.ro">Alex Popescu</a>
11  */

12 public interface StaticInitializationInfo extends MemberInfo {
13
14 }
15
Popular Tags