Searched defs:PerUser (Results 1 – 2 of 2) sorted by relevance
29 public @interface PerUser { annotation
31 public abstract class PerUser<T> extends SparseArray<T> { class