blob: 7c971476740d2824bb83bb41c27b9d5b390f4cb7 [file] [log] [blame]
package annotations.toys;
import java.util.*;
public @interface SimplerAnnotation {
BalanceEnum be();
int height();
int[] wrappedHeight();
Class<? super HashMap<String, String>> favoriteClass();
}