Class DeprecatedAnnotation
- java.lang.Object
-
- org.opensearch.painless.spi.annotation.DeprecatedAnnotation
-
public class DeprecatedAnnotation extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringNAME
-
Constructor Summary
Constructors Constructor Description DeprecatedAnnotation(java.lang.String message)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetMessage()
-
-
-
Field Detail
-
NAME
public static final java.lang.String NAME
- See Also:
- Constant Field Values
-
-