Package dev.getelements.elements.sdk.annotation


package dev.getelements.elements.sdk.annotation
The SDK Annotations in this package govern the visibility and services defined within an Element. Where an annotation specifies the Target as ElementType.PACKAGE, it must appear on the "package-info" class, or else the loader will ignore the pacakge-level annotations. This is mostly motivated by performance and convenience of the loader code.