Package org.fulib.fx.annotation.param
package org.fulib.fx.annotation.param
-
ClassDescriptionFields, parameters and methods annotated with this annotation will be injected with a parameter provided when using the
FulibFxApp.show(String, Map)
method.Methods annotated with this annotation will be called with the values of the specified parameters when using theFulibFxApp.show(String, Map)
method.Fields, parameters and methods annotated with this annotation will be injected with a map of all parameters when using theFulibFxApp.show(String, Map)
method.