 | ConfigurationCommonAddAnnotationImportNamespace Method (Type) |
Adds a namespace to the list of automatically-imports use by annotations only.
Namespace:
com.espertech.esper.common.client.configuration.common
Assembly:
NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntaxpublic void AddAnnotationImportNamespace(
Type typeInNamespace
)
Parameters
- typeInNamespace
- Type: SystemType
type within the namespace.
See Also