Uses of Class
io.github.mmm.bean.Bean
-
Packages that use Bean Package Description io.github.mmm.bean Provides the API for generic java beans defined as simple class or interface avoiding lots of boilerplate code.io.github.mmm.entity.bean Contains the API for entity beans. -
-
Uses of Bean in io.github.mmm.bean
Subclasses of Bean in io.github.mmm.bean Modifier and Type Class Description class
DynamicBean
-
Uses of Bean in io.github.mmm.entity.bean
Subclasses of Bean in io.github.mmm.entity.bean Modifier and Type Class Description class
SimpleEntityBean
Implementation ofEntityBean
as simpleBean
.
-