New posts in annotations

Android Deprecated Annotation is deprecated, what's the replacement?

Mapbox v10 iOS How to remove Annotation?

How to get annotations of a member variable?

EnableWebMvc annotation meaning

Using Hibernate UUIDGenerator via annotations

Should I use JavaDoc deprecation or the annotation in Java?

Error setting a default null value for an annotation's field

Android Retrofit Parameterized @Headers

@Documented annotation in java

How to supply Enum value to an annotation from a Constant in Java

Get rid of "The value for annotation attribute must be a constant expression" message [duplicate]

attribute dependent on another field

org.hibernate.MappingException: Could not determine type for: java.util.Set [duplicate]

How to set String Array in Java Annotation

Entity and Table annotations. Understanding the exact differences between them

How to create optional parameters for own annotations?

How to retrieve annotated instance from Guice's injector?

Retrieve Java Annotation Attribute

Multiple annotations of the same type on one element?

Where should I put @Transactional annotation: at an interface definition or at an implementing class?