JavaScript is disabled on your browser.
Skip navigation links
Module
Package
Class
Use
Tree
Index
Help
Summary:
Field |
Optional |
Required
Detail:
Field |
Element
SEARCH:
Module
io.ebean.annotation
Package
io.ebean.annotation
Annotation Type DbComment
@Retention
(
RUNTIME
)
@Target
({
FIELD
,
TYPE
})
public @interface
DbComment
A database table or column comment.
Required Element Summary
Required Elements
Modifier and Type
Required Element
Description
String
value
The database table or column comment.
Element Details
value
String
value
The database table or column comment.