Annotation Interface StudioExcludedElementsInfo


public @interface StudioExcludedElementsInfo
Description of excluded elements.
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    Array with the elements qualified names.
    Array with the elements tags qualified names (with namespace if exist).
  • Element Details

    • excludedTags

      String[] excludedTags
      Array with the elements tags qualified names (with namespace if exist).
      Default:
      {}
    • excludedClasses

      String[] excludedClasses
      Array with the elements qualified names.
      Default:
      {}