Tag

CustomAnnotation

0 views collected around this technical thread.

Full-Stack Internet Architecture
Full-Stack Internet Architecture
Oct 13, 2023 · Fundamentals

Understanding Java Annotations and Custom Annotation Usage with Spring AOP

This article explains Java annotations, their purposes such as providing compiler metadata, generating code, runtime processing, and documentation, introduces built‑in and meta‑annotations, and demonstrates how to create and use custom annotations both via reflection and with Spring AOP for logging, including full code examples.

AOPAnnotationsBackend
0 likes · 7 min read
Understanding Java Annotations and Custom Annotation Usage with Spring AOP
Sohu Tech Products
Sohu Tech Products
Sep 15, 2021 · Mobile Development

Eliminate BaseResponse Wrapper in Retrofit Using a Custom Converter.Factory

This article presents a Kotlin‑based technique for removing the repetitive BaseResponse wrapper from Retrofit calls by introducing a custom Converter.Factory and annotation‑driven ConvexTransformer that automatically extracts the data payload.

AndroidConverterCustomAnnotation
0 likes · 7 min read
Eliminate BaseResponse Wrapper in Retrofit Using a Custom Converter.Factory
Top Architect
Top Architect
Oct 17, 2020 · Backend Development

Understanding Java Annotations: Benefits, Types, Custom Annotations and Runtime Parsing

This article explains the purpose and advantages of Java annotations, introduces common JDK and third‑party annotations, classifies them by lifecycle and source, shows how to define custom annotations with meta‑annotations, and demonstrates parsing them at runtime using reflection with concrete code examples.

AnnotationsBackendCustomAnnotation
0 likes · 9 min read
Understanding Java Annotations: Benefits, Types, Custom Annotations and Runtime Parsing
Java Captain
Java Captain
Oct 18, 2019 · Backend Development

Understanding Java Annotations: Types, Benefits, Custom Creation, and Runtime Parsing

This article explains the purpose and advantages of Java annotations, categorizes built‑in, third‑party and custom annotations, describes meta‑annotations, demonstrates how to define and apply custom annotations, and shows how to parse them at runtime using reflection, complete with code examples.

AnnotationsCustomAnnotationJava
0 likes · 9 min read
Understanding Java Annotations: Types, Benefits, Custom Creation, and Runtime Parsing