mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-06 15:55:29 +00:00
More documentation.
This commit is contained in:
@@ -17,9 +17,10 @@
|
||||
package com.jpexs.helpers;
|
||||
|
||||
/**
|
||||
*
|
||||
* Reference to an object.
|
||||
* Used for passing objects by reference.
|
||||
* @author JPEXS
|
||||
* @param <T>
|
||||
* @param <T> Type of the object
|
||||
*/
|
||||
public class Reference<T> {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user