Skip navigation links
G K O 

G

grim.annotations - package grim.annotations
This package contains the Grim annotations used by the annotation processor.

K

KeepClinit - Annotation Type in grim.annotations
Annotation indicating that the class may generate a clinit when compiled to javascript.
KeepPattern - Annotation Type in grim.annotations
Annotation indicating symbols matching pattern may appear in generated javascript.
KeepPatterns - Annotation Type in grim.annotations
Annotation containing rules indicating which symbols may appear in the generated javascript.
KeepSymbol - Annotation Type in grim.annotations
Annotation indicating when a java element should be omitted from generated javascript.
KeepSymbols - Annotation Type in grim.annotations
Annotation containing rules under which symbol may appear in the generated javascript.
KeepType - Annotation Type in grim.annotations
Annotation indicating that the type may appear in the generated javascript.
KeepTypes - Annotation Type in grim.annotations
Annotation containing rules under which a type may appear in the generated javascript.

O

OmitClinit - Annotation Type in grim.annotations
Annotation indicating that the class should not generate a clinit when compiled to javascript.
OmitPattern - Annotation Type in grim.annotations
Annotation indicating symbols matching pattern should be omitted from generated javascript.
OmitPatterns - Annotation Type in grim.annotations
Annotation containing rules under which symbols matching a pattern are to be omitted from the generated javascript.
OmitSymbol - Annotation Type in grim.annotations
Annotation indicating when a java element should be omitted from generated javascript.
OmitSymbols - Annotation Type in grim.annotations
Annotation containing rules under which symbol is to be omitted from the generated javascript.
OmitType - Annotation Type in grim.annotations
Annotation indicating that the class should not be present in output javascript.
OmitTypes - Annotation Type in grim.annotations
Annotation containing rules under which the type is to be omitted from the generated javascript.
G K O 
Skip navigation links