Support OptionalInt/OptionalDouble/OptionalLong in the annotation processor
Description
Environment
None
Activity
Show:
Fixed
Assignee
Reporter
![](https://secure.gravatar.com/avatar/ec96387a1a8295b6fd6dffb68f80c352?d=https%3A%2F%2Favatar-management--avatars.us-west-2.prod.public.atl-paas.net%2Finitials%2FGS-1.png)
Participants
![](https://secure.gravatar.com/avatar/ec96387a1a8295b6fd6dffb68f80c352?d=https%3A%2F%2Favatar-management--avatars.us-west-2.prod.public.atl-paas.net%2Finitials%2FGS-1.png)
Components
Fix versions
Priority
Created June 26, 2017 at 9:51 AM
Updated August 24, 2017 at 11:54 AM
Resolved August 11, 2017 at 1:38 PM
By default, I think we should allow
@Min
and allegates on OptionalInt, Double, Long as the value extractor is marked with@UnwrapByDefault
.I don't know if we already take into account the JavaFX types but it should probably be done too.
This is low priority.