Searched defs:booleanProperty (Results 1 - 1 of 1) sorted by relevance

/external/proguard/examples/annotations/examples/
H A DBean.java18 public boolean booleanProperty; field in class:Bean
25 return booleanProperty;
29 public void setBooleanProperty(boolean booleanProperty) argument
31 this.booleanProperty = booleanProperty;

Completed in 100 milliseconds