Annotation Interface ContentType


@Retention(RUNTIME) @Documented public @interface ContentType
Author:
Armando Stellato can be used to specify the type of property content. These types can drive consistency checks or the painting of UI for property setting. Expected values are:
  • url
  • file
  • directory
  • boolean (value must be true or false, lowercase)
see also ContentTypeVocabulary
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
     
  • Element Details