JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Index
Help
Summary:
Field |
Optional |
Required
Detail:
Field |
Element
SEARCH:
Package
studio.mevera.imperat.annotations.types
Annotation Interface Secret
@Retention
(
RUNTIME
)
@Target
({
TYPE
,
METHOD
})
public @interface
Secret
Marks a command or command class/method as secret, meaning it will not be listed in help commands and may be hidden from tab-completion results. Applies to both classes and methods.