Annotation

enum Annotation : CustomStringConvertible

Annotation which can be added to any Modifiable

  • representation of annotation in template

    Declaration

    Swift

    var description: String { get }
  • if modifiable is still available but should not be used anymore

    Declaration

    Swift

    case deprecated(msg: String)
  • if modifiable was removed

    Declaration

    Swift

    case unavailable(msg: String)