interface com.google.ads.studio.IDetectableComponent
Interface for components to be detectable by Studio. The following properties are checked: STUDIO_COMPONENT_NAME - optional, string value, gives an alternate name to the component. The default is the class name. STUDIO_COMPONENT_VERSION - required, string value, gives a version for the component. STUDIO_COMPONENT_PROPERTIES - optional, array of strings, the names of the fields to be stored as properties. If this isn't specified, no properties will be stored aside from the version. The properties should be static but can have any access modifier.