Questions tagged [jep-256]

This addition to Java 9 simplifies the creation of custom BeanInfo classes and enables the modularization of the client library. Developers can specify these attributes directly in Bean classes rather than create a separate BeanInfo class for every Bean class.

See JDK Enhancement Proposal (JEP) # 256, adopted in Java 9 and later.

1 questions
3
votes
1 answer

How to use new BeanInfo Annotations in Java 9

JEP 256: BeanInfo Annotations provides for JavaBean and BeanProperty annotations. While there is not much documentation, I have been hoping this would allow us to use annotations to designate fields on a class as being JavaBean-style properties…
Basil Bourque
  • 303,325
  • 100
  • 852
  • 1,154