I don’t want to have to specify my custom `@Proxya...
# announcements
o
I don’t want to have to specify my custom
@Proxyable
for standard EE beans. I want
Copy code
@Stateless class MyBean { … }
Instead of
Copy code
@Proxyable @Stateless class MyBean { … }