Skip to content

[API 7] Setting tooltip #56

@ChristopheCVB

Description

@ChristopheCVB

Add annotation param tooltip to Setting

    public @interface Tooltip {
        String title() default "";
        String body();
        String docUrl() default "";
    }
    Tooltip tooltip() default @Tooltip(body = "");

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions