javaee / javaee-spec

Java EE Platform Specification
https://javaee.github.io/javaee-spec
Other
389 stars 69 forks source link

Common Annotations PostConstruct/PreDestroy clarification needed #49

Closed glassfishrobot closed 7 years ago

glassfishrobot commented 9 years ago

The Common Annotations spec sections on PostConstruct/PreDestroy should be updated to reflect current Interceptors spec.

More specifically, need to replace: "The method MUST NOT have any parameters except in the case of EJB interceptors in which case it takes an InvocationContext object as defined by the EJB specification." with: "The method MUST NOT have any parameters except in the case of interceptors in which case it takes an InvocationContext object as defined by the Interceptors specification."

glassfishrobot commented 9 years ago

Reported by ldemichiel

glassfishrobot commented 7 years ago

ldemichiel said: Fixed in Common Annotations 1.3 MR

glassfishrobot commented 7 years ago

This issue was imported from java.net JIRA JAVAEE_SPEC-49

glassfishrobot commented 7 years ago

Marked as fixed on Wednesday, February 8th 2017, 3:08:57 pm