June 27, 2016
9:27 a.m.
On 27 Jun 2016, at 10:36, Denis Kudriashov <dionisiydk@gmail.com> wrote:
Hi.
In Java annotations are first class objects. You can put behaviour and state on them. In Smalltalk you can't do this.
thatâs why I was suggesting to make them objects instead simple selectors. but seems that people is scared :)
2016-06-26 22:00 GMT+02:00 stepharo <stepharo@free.fr <mailto:stepharo@free.fr>>: Can be interesting for others:
Java SE 8 allows type annotations anywhere that a type is used. Previously, annotations were only allowed on definitions.
https://blogs.oracle.com/java-platform-group/entry/java_8_s_new_type <https://blogs.oracle.com/java-platform-group/entry/java_8_s_new_type>