mirror of
https://github.com/wahyd4/pinpoint.git
synced 2026-08-17 16:56:15 +10:00
[#123] added default value (empty string) for Description
This commit is contained in:
@@ -8,5 +8,5 @@ import java.lang.annotation.Target;
|
||||
@Target(ElementType.METHOD)
|
||||
@Retention(RetentionPolicy.RUNTIME)
|
||||
public @interface Description {
|
||||
String value();
|
||||
String value() default "";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user