@Target(value={FIELD,METHOD}) @Retention(value=RUNTIME) public @interface Target
Define an explicit target, avoiding reflection and generics resolving.
Class
value
public abstract Class value
The target entity type.
Copyright © 2001-2018 Red Hat, Inc. All Rights Reserved.