Convert ModDependencies to an interface #15
Loading…
Reference in a new issue
No description provided.
Delete branch "TheKodeToad/mod-dependencies-iface"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Blocked by #14
TheKodeToad/mod-dependencies-ifaceto Convert ModDependencies to an interface@ -97,3 +45,1 @@
private final String range;
private final String link;
private final String name;
interface Entry {
This class is missing javadocs
Added them, also hopefully added @Nullable on everything which can be null LMK if it's correct
@ -0,0 +37,4 @@
* @param suggests <code>Type.SUGGEST</code> entries
* @param provides <code>Type.PROVIDE</code> entries
*/
@ApiStatus.Internal
the
@ApiStatus.Internal
annotation can be removed