@Retention(value=RUNTIME) @Target(value=TYPE) public @interface NGModules
the AngularJS Module "angularBeans" can need some extra module dependencies so this annotation declare a table of modules names (ofc they need to be also added as js dependencies). used only with @NGAPP annotation and kept for possible future extensions
public abstract String[] value
Copyright © 2015. All rights reserved.