Top Description Methods
jdk.internal.vm.annotation

public @Interface Hidden

extends Annotation
Annotations
@Target:METHOD, CONSTRUCTOR
@Retention:RUNTIME
Imports
java.lang.annotation.*

A method or constructor may be annotated as "hidden" to hint it is desirable to omit it from stack traces.

Implementation Note

This annotation only takes effect for methods or constructors of classes loaded by the boot loader. Annotations on methods or constructors of classes loaded outside of the boot loader are ignored.

HotSpot JVM provides diagnostic option -XX:+ShowHiddenFrames to always show "hidden" frames.

Method Summary

Inherited from java.lang.annotation.Annotation:
annotationTypeequalshashCodetoString