Uses of Interface
org.objenesis.tck.features.Feature
-
Packages that use Feature Package Description org.objenesis.tck.features -
-
Uses of Feature in org.objenesis.tck.features
Classes in org.objenesis.tck.features that implement Feature Modifier and Type Class Description class
AbstractFeature
Base class for features.class
ExtendsNotSerializableParentClass
No-arg of the first none serializable parent class is called.class
ExtendsSerializableClass
A class extending a serializable class can be instantiated without calling any constructorclass
NotSerializableClass
Not serializable classes can't be instantiated.class
ReadExternalNotCalled
Externalizable
methods should not be called during instantiation.class
ReadObjectNotCalled
Serializable
special methods should not be called during instantiation.class
SerializableClass
A serializable class can be instantiated without calling any constructor
-