Annotation Type AquimaModuleScope


  • @Retention(RUNTIME)
    @Target(TYPE)
    public @interface AquimaModuleScope
    Specifies that an Aquima Annotation is only valid for the specified Aquima modules.
    Since:
    8.4
    Author:
    Jon van Leuven
    • Required Element Summary

      Required Elements 
      Modifier and Type Required Element Description
      String[] value
      Returns the Aquima module names this annotation is valid for.
    • Element Detail

      • value

        String[] value
        Returns the Aquima module names this annotation is valid for.
        Returns:
        the Aquima module names this annotation is valid for.