@Target(value=METHOD) @Retention(value=RUNTIME) @Documented public @interface NGModel
this is a property based annotation (on the getter) this give the possibility to separate mapped properties from internal java side concern properties (properties non annotated with @NGModel will not be availables on the angularJS service proxy)
Copyright © 2015. All rights reserved.