Skip to content

Commit 368d21c

Browse files
javier-godoypaodb
authored andcommitted
docs: add javadoc
1 parent 7f053e9 commit 368d21c

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/main/java/com/flowingcode/addons/ycalendar/ExtendedDatePicker.java

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,12 @@
3030
import java.time.YearMonth;
3131
import java.util.Optional;
3232

33+
/**
34+
* A {@code DatePicker} with UI controls for adjusting individual date parts and a date-based class
35+
* name generator.
36+
*
37+
* @author Javier Godoy / Flowing Code
38+
*/
3339
@SuppressWarnings("serial")
3440
@Tag("fc-date-picker")
3541
@JsModule("./fc-date-picker/fc-date-picker.js")

0 commit comments

Comments
 (0)