cosmic-internal-jdk
Version:
KingScript: JDK1.8
26 lines (25 loc) • 2.11 kB
TypeScript
/// <reference types="dist/index" />
export type AbstractProcessor = $.javax.annotation.processing.AbstractProcessor;
export declare const AbstractProcessor: $.javax.annotation.processing.AbstractProcessorConstructor;
export type Completion = $.javax.annotation.processing.Completion;
export declare const Completion: $.javax.annotation.processing.CompletionConstructor;
export type Completions = $.javax.annotation.processing.Completions;
export declare const Completions: $.javax.annotation.processing.CompletionsConstructor;
export type Filer = $.javax.annotation.processing.Filer;
export declare const Filer: $.javax.annotation.processing.FilerConstructor;
export type FilerException = $.javax.annotation.processing.FilerException;
export declare const FilerException: $.javax.annotation.processing.FilerExceptionConstructor;
export type Messager = $.javax.annotation.processing.Messager;
export declare const Messager: $.javax.annotation.processing.MessagerConstructor;
export type ProcessingEnvironment = $.javax.annotation.processing.ProcessingEnvironment;
export declare const ProcessingEnvironment: $.javax.annotation.processing.ProcessingEnvironmentConstructor;
export type Processor = $.javax.annotation.processing.Processor;
export declare const Processor: $.javax.annotation.processing.ProcessorConstructor;
export type RoundEnvironment = $.javax.annotation.processing.RoundEnvironment;
export declare const RoundEnvironment: $.javax.annotation.processing.RoundEnvironmentConstructor;
export type SupportedAnnotationTypes = $.javax.annotation.processing.SupportedAnnotationTypes;
export declare const SupportedAnnotationTypes: $.javax.annotation.processing.SupportedAnnotationTypesConstructor;
export type SupportedOptions = $.javax.annotation.processing.SupportedOptions;
export declare const SupportedOptions: $.javax.annotation.processing.SupportedOptionsConstructor;
export type SupportedSourceVersion = $.javax.annotation.processing.SupportedSourceVersion;
export declare const SupportedSourceVersion: $.javax.annotation.processing.SupportedSourceVersionConstructor;