JavaScript is disabled on your browser.
Skip navigation links
Overview
Module
Package
Class
Use
Tree
Index
Help
Summary:
Field |
Optional |
Required
Detail:
Field |
Element
SEARCH:
Module
org.microbean.development.annotation
Package
org.microbean.development.annotation
Annotation Interface Convenience
@Documented
@Retention
(
RUNTIME
)
@Target
({
CONSTRUCTOR
,
METHOD
})
public @interface
Convenience
Indicates that the annotated method is a convenience method or constructor.
Author:
Laird Nelson