public enum TypeCheckingMode
extends Enum
This enumeration can be used whenever it is preferred to annotate a class as TypeChecked in general, but where only one or more methods are "dynamic". This allows the user to annotate the class itself then annotate only the methods which require exclusion.
Applies type checking to the annotated element.
Skips type checking for the annotated element.
Copyright © 2003-2026 The Apache Software Foundation. All rights reserved.