Annotation Type DisallowedUntilLayoutVersion


@Target(METHOD) @Retention(RUNTIME) public @interface DisallowedUntilLayoutVersion
Annotation used to "disallow" an API if current layout version does not include the associated layout feature. Helps to keep the method logic and upgrade related cross cutting concern separate.
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description