Serialized Form


Package org.codehaus.mojo.animal_sniffer

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

serialVersionUID: 1L

Serialized Fields

name

java.lang.String name
The name of the class.


signatures

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


superClass

java.lang.String superClass
The superclass of the class.


superInterfaces

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



Copyright © 2008-2012. All Rights Reserved.