Skip to content

Commit

Permalink
Adds Javadoc to MRJAR-specific classes
Browse files Browse the repository at this point in the history
  • Loading branch information
jqno committed Mar 11, 2022
1 parent 87fe275 commit bf72670
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
package nl.jqno.equalsverifier.internal.reflection;

/**
* Note: this is a generic implementation for a multi-release jar class.
* See equalsverifier-16 submodule.
*/
public final class RecordsHelper {

private RecordsHelper() {}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
package nl.jqno.equalsverifier.internal.reflection;

/**
* Note: this is a generic implementation for a multi-release jar class.
* See equalsverifier-17 submodule.
*/
public final class SealedClassesHelper {

private SealedClassesHelper() {}
Expand Down

0 comments on commit bf72670

Please sign in to comment.