Join Slack
Powered by
I don’t want to have to specify my custom `@Proxya...
# announcements
o
oluwasayo
12/28/2016, 2:13 PM
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 { … }
Open in Slack
Previous
Next