Registry / other / jboss-ejb-api-3-2-spec

jboss-ejb-api-3-2-spec

JSON →
library2.0.0.Finaljavamavenunverified

Jakarta Enterprise Beans API specification for EJB 3.2, providing enterprise bean interfaces.

<dependency> <groupId>org.jboss.spec.javax.ejb</groupId> <artifactId>jboss-ejb-api_3.2_spec</artifactId> <version>2.0.0.Final</version> </dependency>
INSTALL
IMPORT
SIG · JBOSS-EJB-API-3-2-
J
jboss-ejb-api-3-2-spec
otherjavav2.0.0.Final
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Stateless
javax.ejb.Stateless

Define a stateless session bean using the EJB annotation.

@Stateless public class MyBean implements MyBusinessInterface { public void doSomething() { } }
Debug
Known issues
breakingThis API is for Jakarta EE 8; for Jakarta EE 9+ use jakarta.ejb package.
fix
Migrate to jakarta.ejb.Stateless for newer versions.
affects: >=2.0.0
Upgrade
Version history
2.0.0.Finallatest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
5 hits · last 30 days
node
4
Amazon
1
Resources
jboss-ejb-api-3-2-spec — mvn dependency:get jboss-ejb-api-3-2-spec · libregistry