Uses of Class
org.apache.sling.testing.mock.osgi.config.AnnotationTypedConfig
Packages that use AnnotationTypedConfig
Package
Description
OSGi Config Type Parameters core implementation.
-
Uses of AnnotationTypedConfig in org.apache.sling.testing.mock.osgi.config
Methods in org.apache.sling.testing.mock.osgi.config that return AnnotationTypedConfigModifier and TypeMethodDescriptionstatic <T> AnnotationTypedConfig<T>
AnnotationTypedConfig.newInstance
(@NotNull Class<T> type, @NotNull Object config, @NotNull Annotation annotation) Constructs a new instance of aAnnotationTypedConfig
.