| Interface | Description |
|---|---|
| SoyFunction |
Superinterface for a Soy function.
|
| SoyJavaFunction |
Interface for a Soy function implemented for Java runtime rendering.
|
| SoyJavaPrintDirective |
Interface for a Soy print directive implemented for Java runtime rendering.
|
| SoyPrintDirective |
Superinterface for a Soy print directive.
|
| Class | Description |
|---|---|
| ApiCallScopeBindingAnnotations |
Binding annotations related to the ApiCallScope.
|
| TypedSoyFunction |
A soy function that carries type information.
|
| Annotation Type | Description |
|---|---|
| ApiCallScopeBindingAnnotations.ApiCall |
Annotation for a GuiceSimpleScope parameter that should receive the ApiCallScope.
|
| ApiCallScopeBindingAnnotations.LocaleString |
Annotation for the localeString parameter in the ApiCallScope.
|
| Signature |
Annotation that represents parameter types and return type for a particular function signature.
|
| SoyDeprecated |
Annotation for
SoyFunction or SoyPrintDirective types that marks it as
deprecated. |
| SoyFunctionSignature |
Annotation that contains a list of
Signature. |
| SoyPureFunction |
Annotation for a Soy function that's pure (e.g.
|
| SoyPurePrintDirective |
Annotation for a Soy print directive that's pure (e.g.
|