Module io.github.mmm.property
Package io.github.mmm.property.factory
-
Interface Summary Interface Description PropertyFactory<V,P extends WritableProperty<V>> This is the interface for the factory of a specificproperty
type.PropertyFactoryManager This is the interface for the manager where allPropertyFactory
variants are registered. -
Class Summary Class Description AbstractPropertyFactory<V,P extends WritableProperty<V>> The abstract base implementation ofPropertyFactory
.