Annotation Interface AquimaProjectScope


@Retention(RUNTIME) @Target(TYPE) @Deprecated(forRemoval=true) public @interface AquimaProjectScope
Deprecated, for removal: This API element is subject to removal in a future version.
We don't intend to support custom code for certain projects only, since Blueriq is a platform where any project can run on. If certain custom components are only required for certain projects, we advise to run these on a separate Runtime with the required custom components included. Scheduled for removal in Blueriq 16.
Specifies that an Aquima Annotation is only valid for the specified Aquima projects.
Since:
8.0
Author:
Johan Gorter
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    Deprecated, for removal: This API element is subject to removal in a future version.
    Returns the Aquima project names this annotation is valid for.
  • Element Details

    • value

      String[] value
      Deprecated, for removal: This API element is subject to removal in a future version.
      Returns the Aquima project names this annotation is valid for.
      Returns:
      the Aquima project names this annotation is valid for.