mirror of
https://github.com/cincheo/jsweet.git
synced 2025-12-15 07:19:22 +00:00
rename annotation
This commit is contained in:
parent
e8ce111d02
commit
ccf797feb3
1
core-lib/es6/.gitignore
vendored
1
core-lib/es6/.gitignore
vendored
@ -1,5 +1,4 @@
|
||||
/target/
|
||||
/bin/
|
||||
/.classpath
|
||||
/.project
|
||||
/.settings/
|
||||
|
||||
@ -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
|
||||
Loading…
x
Reference in New Issue
Block a user