Serialized Form


Package org.codehaus.mojo.animal_sniffer

Class org.codehaus.mojo.animal_sniffer.Clazz extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

name

String name
The name of the class.


signatures

Set<E> signatures
The set of methods and constants that form the signature of the class.


superClass

String superClass
The superclass of the class.


superInterfaces

String[] superInterfaces
The list of interfaces implemented by the class.



Copyright © 2008-2012 Codehaus. All Rights Reserved.