Home | History | Annotate | Download | only in src
      1 
      2 /**
      3  * Simple class with one field.
      4  */
      5 public class Holder {
      6     public Runnable mValue;
      7 }
      8