Package org.objenesis.tck.features
Interface Feature
- All Known Implementing Classes:
AbstractFeature,ExtendsNotSerializableParentClass,ExtendsSerializableClass,NotSerializableClass,ReadExternalNotCalled,ReadObjectNotCalled,SerializableClass
public interface Feature
A feature is a behavior that we expect from an instantiator. For example, we expect a serializing instantiator
to call the no-arg constructor of the first none-serializable parent class.
-
Method Summary
-
Method Details
-
isCompliant
-