Added reconstructor blocks

This commit is contained in:
Anuken
2018-06-16 19:41:54 -04:00
parent 6c620182ea
commit 1a8cd2e24c
15 changed files with 833 additions and 450 deletions

View File

@@ -11,7 +11,7 @@ import java.lang.annotation.Target;
*/
public class Annotations {
/**Marks a method as invokable remotely from a server on a client.*/
/**Marks a method as invokable remotely across a server/client connection.*/
@Target(ElementType.METHOD)
@Retention(RetentionPolicy.CLASS)
public @interface Remote {