update agreements

This commit is contained in:
Sola
2016-04-27 18:30:54 +08:00
parent 1e18bc3179
commit a43ebe24c4
70 changed files with 76 additions and 259 deletions

View File

@@ -7,10 +7,7 @@ import java.util.Map;
import static love.sola.netsupport.config.Lang.lang;
/**
* ***********************************************
* Created by Sola on 2015/12/6.
* Don't modify this source without my agreement
* ***********************************************
* @author Sola {@literal <dev@sola.love>}
*/
public class Access {

View File

@@ -1,10 +1,7 @@
package love.sola.netsupport.enums;
/**
* ***********************************************
* Created by Sola on 2015/12/14.
* Don't modify this source without my agreement
* ***********************************************
* @author Sola {@literal <dev@sola.love>}
*/
public class Attribute {

View File

@@ -5,10 +5,7 @@ import java.util.HashMap;
import java.util.Map;
/**
* ***********************************************
* Created by Sola on 2015/11/30.
* Don't modify this source without my agreement
* ***********************************************
* @author Sola {@literal <dev@sola.love>}
*/
public class Block {

View File

@@ -6,10 +6,7 @@ import java.util.Map;
import static love.sola.netsupport.config.Lang.lang;
/**
* ***********************************************
* Created by Sola on 2014/8/20.
* Don't modify this source without my agreement
* ***********************************************
* @author Sola {@literal <dev@sola.love>}
*/
public enum ISP {

View File

@@ -3,6 +3,9 @@ package love.sola.netsupport.enums;
import javax.persistence.AttributeConverter;
import javax.persistence.Converter;
/**
* @author Sola {@literal <dev@sola.love>}
*/
@Converter
public class ISPConverter implements AttributeConverter<ISP, Integer> {

View File

@@ -7,10 +7,7 @@ import java.util.Map;
import static love.sola.netsupport.config.Lang.lang;
/**
* ***********************************************
* Created by Sola on 2015/12/6.
* Don't modify this source without my agreement
* ***********************************************
* @author Sola {@literal <dev@sola.love>}
*/
public class Status {