Yes, it has ``` package javax.persistence; ... ...
# announcements
g
Yes, it has
Copy code
package javax.persistence;

...

@Target({METHOD, FIELD})
@Retention(RUNTIME)
public @interface Column {