58 @ExportedBean
59 public class FancyNewProperty extends NodeProperty <Slave> {
...
765 @Exported(visibility=999)
766 private HashMap<String, Object> policies = new HashMap<String, Object>();
...
1181 public Api getApi() { return new Api(this); }
1182
1183 @Exported
1184 public String getInfo() {
1185 return "JB INFO";
1186 }