Singleton
Mirror for singleton types (objects and Unit).
Produced by Made.derived when T is an object, Unit, or a singleton type.
Elems is fixed to EmptyTuple since singletons have no elements. The singleton instance is available via value.
Attributes
- See also
- Graph
-
- Supertypes
Members list
Type members
Types
Inherited types
Inherited and Abstract types
Tuple of GeneratedMadeElem for members annotated with @generated.
The simple name of T (or the override provided by @name).
Annotation metadata on T, represented as an AnnotatedType chain wrapping the Meta base type. When no MetaAnnotation annotations are present, Metadata = Meta. When annotations are present, Metadata becomes Meta @Ann1 @Ann2 .... Query at runtime via hasAnnotation and getAnnotation.
Annotation metadata on T, represented as an AnnotatedType chain wrapping the Meta base type. When no MetaAnnotation annotations are present, Metadata = Meta. When annotations are present, Metadata becomes Meta @Ann1 @Ann2 .... Query at runtime via hasAnnotation and getAnnotation.
Attributes
- Inherited from:
- Made