Skip to content

Support of DropWizard-like annotations #414

@cooniur

Description

@cooniur

Purpose

To reduce the amount of boilerplate code.

Example

Something like

    @Timed(name = "fancyName")
    public String fancyName(String name) {
        return "Sir Captain " + name;
    }

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions