c

com.avsystem.commons.meta

isAnnotated

final class isAnnotated[T <: StaticAnnotation] extends Annotation with DirectMetadataParamStrategy

Metadata parameter typed as Boolean can be annotated with @isAnnotated[SomeAnnotation]. Boolean value will then hold information about whether RPC trait, method or parameter for which metadata is materialized is annotated with SomeAnnotation (or any subtype) or not.

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. isAnnotated
  2. DirectMetadataParamStrategy
  3. MetadataParamStrategy
  4. StaticAnnotation
  5. Annotation
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new isAnnotated()