javaee / ejb-spec

See javax.ejb project for API. Contains legacy issues only.
https://github.com/javaee/javax.ejb
6 stars 1 forks source link

Javadoc for PostActivate/PrePassivate misses method signature for interceptor class #89

Closed glassfishrobot closed 11 years ago

glassfishrobot commented 11 years ago

They only have this:

The method to which this annotation is applied must have the following signature.

 void <METHOD>()

Affected Versions

[3.2]

glassfishrobot commented 11 years ago

Reported by mvatkina

glassfishrobot commented 11 years ago

mvatkina said: Fixed. The new javadoc:

If the method to which this annotation is applied is defined on an interceptor class, it must have the following signature:

 void <METHOD>(InvocationContext)

If the method to which this annotation is applied is defined on a target class, it must have the following signature:

 void <METHOD>()
glassfishrobot commented 11 years ago

Was assigned to mvatkina

glassfishrobot commented 7 years ago

This issue was imported from java.net JIRA EJB_SPEC-89

glassfishrobot commented 11 years ago

Marked as fixed on Friday, February 8th 2013, 3:59:45 pm