/**
 * JDA: FooMyTopic represents some Topic in the JNDI space.
 */
@Target({ TYPE, METHOD, PARAMETER, FIELD })
@Retention(RUNTIME)
@Documented
@Qualifier
public @interface FooMyTopic {
    
}