Invoke UISelectOne<ProjectType>.setValue() passing the same object (ForgeAddonProjectType) as the value
Invoke UISelectOne<ProjectType>.getValue()
The following exception is thrown:
java.lang.IllegalArgumentException: Must specify at least one non-final type to enhance forObject: org.jboss.forge.addons.ForgeAddonProjectType@3fafc5c1 of type class org.jboss.forge.addons.ForgeAddonProjectType
Having a @Inject UISelectOne<ProjectType>,
Invoke UISelectOne.getValueChoices()
it should return a ForgeAddonProjectType
Invoke UISelectOne<ProjectType>.setValue() passing the same object (ForgeAddonProjectType) as the value
Invoke UISelectOne<ProjectType>.getValue()
The following exception is thrown:
java.lang.IllegalArgumentException: Must specify at least one non- final type to enhance for Object : org.jboss.forge.addons.ForgeAddonProjectType@3fafc5c1 of type class org.jboss.forge.addons.ForgeAddonProjectType