{8.1.0-updated, 8.1.2-updated} @Beanc Annotation
The {@link oaj.annotation.Beanc @Beanc} annotation is used to map constructor arguments to property names on bean with read-only properties. Since method parameter names are lost during compilation, this annotation essentially redefines them so that they are available at runtime.
The definition of a read-only bean is a bean with properties with only getters, like shown below:
Beans can also be defined with a combination of read-only and read-write properties.
The {@link oaj.annotation.Name @Name} annotation can also be used instead of
If neither