Package org.openremote.model
Annotation Interface ModelDescriptor
@Target(TYPE)
@Retention(RUNTIME)
@Repeatable(ModelDescriptors.class)
public @interface ModelDescriptor
To be used on
Asset
classes to include another class in descriptor scans (only used when AssetModelProvider.useAutoScan()
is true), otherwise the descriptors must be explicitly specified in the appropriate
AssetModelProvider
descriptor getter methods.-
Required Element Summary
Required Elements