> > > One thing to note is that the annotations we now support: > > @ConcurrencyManagement(BEAN) > @ConcurrencyManagement(CONTAINER) > @Lock(READ) > @Lock(WRITE) > > ...are different than the ones in the draft spec: > > @BeanManagedConcurrency > @ContainerManagedConcurrency > @ReadOnly > @ReadWrite >
Very cool, our annotations are defintely better than the draft specification. Would be great if they change the ones in the draft and replace them with what you have added. -- Karan Singh Malhi
