EasyBeans is an open source implementation by ObjectWeb of the EJB3 container specification.

Project

Developer

Wiki

About

|
If you were logged in you would be able to see more operations.
|
|
|
|
EasyBeans is renaming existing methods to a new name:
ie : helloWorld() --> original$helloWorld()
thus annotations are kept on original$helloWorld() method and not on the newly generated helloWorld() method.
EasyBeans should recreate annotations on the generated method name and remove annotations on the renamed method.
|
|
Description
|
EasyBeans is renaming existing methods to a new name:
ie : helloWorld() --> original$helloWorld()
thus annotations are kept on original$helloWorld() method and not on the newly generated helloWorld() method.
EasyBeans should recreate annotations on the generated method name and remove annotations on the renamed method. |
Show » |
|