Interface Storable<T,S extends StorableForm<T>>

Type Parameters:
T - The storable's type
S - The storable's serial-type's type
All Known Subinterfaces:
AnnotationDescriptor<A>, ClassDetails, ClassDetailsSupport, MutableAnnotationDescriptor<A,C>, MutableClassDetails
All Known Implementing Classes:
AbstractAnnotationDescriptor, DynamicClassDetails, JdkClassDetails, MissingPackageInfoDetails, OrmAnnotationDescriptor, SimpleClassDetails, StandardAnnotationDescriptor

public interface Storable<T,S extends StorableForm<T>>
A part of the model context which can be stored in the context's serial form.
  • Method Summary

    Modifier and Type
    Method
    Description
     
  • Method Details

    • toStorableForm

      S toStorableForm()