org.codehaus.aspectwerkz.reflect
Interface StaticInitializationInfo

All Superinterfaces:
MemberInfo, ReflectionInfo
All Known Implementing Classes:
StaticInitializationInfoImpl

public interface StaticInitializationInfo
extends MemberInfo

Marker interface for staticinitializer member info. There cannot be other exposed info than the declaring type.

Author:
Alex Popescu

Method Summary
 
Methods inherited from interface org.codehaus.aspectwerkz.reflect.MemberInfo
getDeclaringType
 
Methods inherited from interface org.codehaus.aspectwerkz.reflect.ReflectionInfo
getAnnotations, getModifiers, getName, getSignature
 



Copyright © 2002-2005 Jonas Bonér, Alexandre Vasseur. All Rights Reserved.