diff --git a/src/main/java/io/github/revxrsal/eventbus/gen/Property.java b/src/main/java/io/github/revxrsal/eventbus/gen/Property.java index ee27568..4c6382f 100644 --- a/src/main/java/io/github/revxrsal/eventbus/gen/Property.java +++ b/src/main/java/io/github/revxrsal/eventbus/gen/Property.java @@ -7,8 +7,8 @@ /** * Represents an additional bean property on the generated event class, which is mutable and - * is not set using the constructor. The generated property will be - * non-final, and can have getters and setters. + * is not set using the constructor. The generated property will be non-final, null by + * default, and can have getters and setters. * * Getters or setters must follow the getAbc / isAbc / setAbc convention, where 'abc' is the property name */