Skip to content

Commit

Permalink
Url 插件注解
Browse files Browse the repository at this point in the history
  • Loading branch information
[email protected] committed Nov 8, 2016
1 parent 577b1a1 commit 4789c81
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/main/java/com/dtstack/logstash/annotation/Url.java
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
package com.dtstack.logstash.annotation;

import java.lang.annotation.ElementType;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
import java.lang.annotation.Target;


/**
*
Expand All @@ -9,6 +14,8 @@
* @author sishu.yss
*
*/
@Target({ElementType.FIELD})
@Retention(RetentionPolicy.RUNTIME)
public @interface Url {

}

0 comments on commit 4789c81

Please sign in to comment.