Function notNull

  • Attribute that signifies that a field or a property containing a reference type should never be assigned null (i.e. it should always contain a valid object instance). Primarily used as a hint to the editor inspector.

    Returns AttributeDecorator<Attribute>