@Target(value=TYPE)
@Retention(value=SOURCE)
@Documented
public @interface MetaDataCategory
Describes a grouping DataSense concrete class, which will be responsible for returning types
and the descriptions of any of those types
Use to annotate a class that groups methods used for providing metadata about a connector using DataSense.