Deprecated API

Contents

  • Deprecated Annotation Types
    Annotation Type
    Description
    - With Acteur 1.5 and ServerBuilder, you are not subclassing application anymore, so this class is less useful as it can only appear on the application class. Instead, use HttpCall with the scopeTypes parameter register types on the acteurs that use them; or use ServerBuilder.withType().
    Use @Authenticated instead