Annotation Type AkkaServerlessDescriptor


  • @Target(FIELD)
    @Retention(RUNTIME)
    public @interface AkkaServerlessDescriptor
    The @AkkaServerlessDescriptor annotation is used in conjunction with the AkkaServerlessTest annotation to mark the AkkaServerless that should be managed by the Akka Serverless Testkit extension.
    See Also:
    AkkaServerlessTest