rename annotation

This commit is contained in:
Renaud Pawlak 2017-03-17 14:16:33 +01:00
parent e8ce111d02
commit ccf797feb3
2 changed files with 1 additions and 2 deletions

View File

@ -1,5 +1,4 @@
/target/
/bin/
/.classpath
/.project
/.settings/

View File

@ -35,7 +35,7 @@ import java.lang.annotation.Target;
@Retention(RetentionPolicy.RUNTIME)
@Target(ElementType.METHOD)
@Documented
public @interface TypeScriptBody {
public @interface Replace {
/**
* The code that will be generated by the transpiler in place of the