@Documented @Retention(value=SOURCE) @Target(value={METHOD,FIELD}) public @interface TypeScriptIgnore
TypeScriptIgnore will be ignored by the annotation processor.
Annotate Methods in your RestController if you do not
want to include them in the service file.
If applied to a Field it is not included in the respective interface file.
Created by Mathias Kowalzik (Mathias.Kowalzik@leandreck.org) on 19.08.2016.Copyright © 2016. All rights reserved.