Packages

t

com.avsystem.commons.annotation

NotInheritedFromSealedTypes

trait NotInheritedFromSealedTypes extends Annotation with StaticAnnotation

Marker trait for annotations which don't want to be inherited by subtypes of a sealed trait or class that has this annotation applied. Intended for annotations that should apply only to the sealed trait itself.

Linear Supertypes
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. NotInheritedFromSealedTypes
  2. StaticAnnotation
  3. Annotation
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All