c

com.avsystem.commons.meta

allowIncomplete

final class allowIncomplete extends Annotation with RawSymAnnotation

When applied on: - RPC trait metadata class: does not require that all RPC methods must be matched by method metadata parameter - RPC method metadata class: does not require that all RPC params must be matched by param metadata parameter - ADT metadata class: does not require that all case types or case class parameters must be matched by metadata parameter

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. allowIncomplete
  2. RawSymAnnotation
  3. StaticAnnotation
  4. Annotation
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new allowIncomplete()