package com.foo; import java.lang.annotation.*; @Target({ElementType.TYPE,ElementType.FIELD}) public @interface Anno5 { }