ReflectableAnnotation constructor
const
ReflectableAnnotation()
Base class for all annotations.
This class serves as the base for all annotations that can be discovered and processed through the reflection system. It provides the basic contract that all annotations must implement.
Unlike Dart's built-in Annotation class, this class is designed specifically for use with the JetLeaf framework and provides additional metadata and processing capabilities.
Implementation
const ReflectableAnnotation();