UNPKG

cosmic-internal-jdk

Version:

KingScript: JDK1.8

26 lines (25 loc) 1.91 kB
/// <reference types="dist/index" /> export type Annotation = $.java.lang.annotation.Annotation; export declare const Annotation: $.java.lang.annotation.AnnotationConstructor; export type AnnotationFormatError = $.java.lang.annotation.AnnotationFormatError; export declare const AnnotationFormatError: $.java.lang.annotation.AnnotationFormatErrorConstructor; export type AnnotationTypeMismatchException = $.java.lang.annotation.AnnotationTypeMismatchException; export declare const AnnotationTypeMismatchException: $.java.lang.annotation.AnnotationTypeMismatchExceptionConstructor; export type Documented = $.java.lang.annotation.Documented; export declare const Documented: $.java.lang.annotation.DocumentedConstructor; export declare const ElementType: typeof $.java.lang.annotation.ElementType; export type ElementType = $.java.lang.annotation.ElementType; export type IncompleteAnnotationException = $.java.lang.annotation.IncompleteAnnotationException; export declare const IncompleteAnnotationException: $.java.lang.annotation.IncompleteAnnotationExceptionConstructor; export type Inherited = $.java.lang.annotation.Inherited; export declare const Inherited: $.java.lang.annotation.InheritedConstructor; export type Native = $.java.lang.annotation.Native; export declare const Native: $.java.lang.annotation.NativeConstructor; export type Repeatable = $.java.lang.annotation.Repeatable; export declare const Repeatable: $.java.lang.annotation.RepeatableConstructor; export type Retention = $.java.lang.annotation.Retention; export declare const Retention: $.java.lang.annotation.RetentionConstructor; export declare const RetentionPolicy: typeof $.java.lang.annotation.RetentionPolicy; export type RetentionPolicy = $.java.lang.annotation.RetentionPolicy; export type Target = $.java.lang.annotation.Target; export declare const Target: $.java.lang.annotation.TargetConstructor;