Uses of Class
io.github.mmm.bean.AbstractInterface
-
Packages that use AbstractInterface Package Description io.github.mmm.bean Provides the API for generic java beans defined as simple class or interface avoiding lots of boilerplate code. -
-
Uses of AbstractInterface in io.github.mmm.bean
Classes in io.github.mmm.bean with annotations of type AbstractInterface Modifier and Type Interface Description interface
VirtualBean
WritableBean
that may bevirtual
so it can potentially represent types that do not exist as JavaClass
.interface
WritableBean
Writable interface ofReadableBean
.
-