public @interface Jann {
    public String str();
    public Nest inn();
    public int[] arr();
}
