Hi. In Java annotations are first class objects. You can put behaviour and state on them. In Smalltalk you can't do this.
2016-06-26 22:00 GMT+02:00 stepharo <[email protected]>: > 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 > > >
