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 OverridingDiscouraged
@Documented
@Retention
(
SOURCE
)
@Target
(
METHOD
)
public @interface
OverridingDiscouraged
Indicates that the annotated method can be overridden, but only for exceptional reasons.
Author:
Laird Nelson