Skip to content

Commit

Permalink
Javadoc++
Browse files Browse the repository at this point in the history
  • Loading branch information
archiecobbs committed Feb 17, 2019
1 parent f5637c4 commit 3210d5e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
Expand Up @@ -27,6 +27,8 @@
* <p>
* This class will automatically "inline" the {@code 0xff} for null values and omit the {@code 0x01} for non-null values
* if the wrapped {@link FieldType}'s {@link FieldType#hasPrefix0xff} method returns false.
*
* @param <T> The associated Java type
*/
public class NullSafeType<T> extends FieldType<T> {

Expand Down
Expand Up @@ -7,6 +7,8 @@

/**
* Primitive wrapper type.
*
* @param <T> Java primitive wrapper type
*/
public class PrimitiveWrapperType<T> extends NullSafeType<T> {

Expand Down

0 comments on commit 3210d5e

Please sign in to comment.