@Target(value={METHOD,FIELD})
@Retention(value=RUNTIME)
public @interface NotFound
Modifier and Type | Optional Element and Description |
---|---|
NotFoundAction |
action
The action to perform when an associated entity is not found.
|
public abstract NotFoundAction action
Copyright © 2001-2018 Red Hat, Inc. All Rights Reserved.