@Retention(value=RUNTIME) @Target(value=METHOD) @Documented public @interface NGPostConstruct
when the angular service is created it will send a
HTTP GET request and AngularBeans will call the
annotated method.
method annotated with @NGPostConstruct must
be : public void and with no args
Attention! when used with RequestScoped Bean : this will trigger the creation of
a new contextual instance of the bean (the @NGPostConstruct will produce an extra HTTP request)
public abstract String[] updates
Copyright © 2015. All rights reserved.