Skip to content

Commit

Permalink
Add @Property for defining additional properties in events
Browse files Browse the repository at this point in the history
  • Loading branch information
Revxrsal committed Jul 23, 2021
1 parent 51181ab commit 02e2318
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/java/io/github/revxrsal/eventbus/gen/Property.java
Original file line number Diff line number Diff line change
Expand Up @@ -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
*/
Expand Down

0 comments on commit 02e2318

Please sign in to comment.