| 1 | | | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" |
| 2 | | | "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> |
| 3 | | | |
| 4 | | | <html xmlns="http://www.w3.org/1999/xhtml"> |
| 5 | | | <head> |
| 6 | | | <title>org.jcoderz.commons.types package</title> |
| 7 | | | </head> |
| 8 | | | |
| 9 | | | <body> |
| 10 | | | <p>This package contains common type classes that can be used by any |
| 11 | | | jCoderz Java project. |
| 12 | | | </p> |
| 13 | | | |
| 14 | | | <p> |
| 15 | | | Classes in this package are only allowed to have a dependency to |
| 16 | | | the JDK, to the {@link org.jcoderz.commons} package and the |
| 17 | | | {@link org.jcoderz.commons.util} package. |
| 18 | | | </p> |
| 19 | | | </body> |
| 20 | | | </html> |
| 21 | | | |