Top Description Methods
jakarta.ejb

public @Interface LocalBean

extends Annotation
Annotations
@Target:TYPE
@Retention:RUNTIME
Imports
java.lang.annotation.Target, .Retention

Designates that a session bean exposes a no-interface view.

This annotation is required if a session bean exposes any other client views (local, remote, no-interface, 2.x Remote Home, 2.x Local Home, Web Service) in addition to the no-interface view or its implements clause contains an interface other than java.io.Serializable; java.io.Externalizable; or any of the interfaces defined by the jakarta.ejb package.

This annotation is optional if a session bean exposes only a no-interface view.

Since
EJB 3.1

Method Summary

Inherited from java.lang.annotation.Annotation:
annotationTypeequalshashCodetoString