JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Tree
Index
Search
Help
Common Annotations 1.3 - Apache Tomcat
®
9.0.104
javax.annotation
ManagedBean
Contents
Hide sidebar
❮
❯
Show sidebar
Description
Optional Element Summary
Element Details
value
Annotation Type ManagedBean
@Target
(
TYPE
)
@Retention
(
RUNTIME
)
public @interface
ManagedBean
Identifies a POJO as a managed bean.
Since:
Common Annotations 1.1
Optional Element Summary
Optional Elements
Modifier and Type
Optional Element
Description
String
value
Element Details
value
String
value
Returns:
Name of the managed bean
Default:
""