Tag

Javadoc

0 views collected around this technical thread.

Top Architecture Tech Stack
Top Architecture Tech Stack
May 7, 2024 · Backend Development

How to Create Custom Javadoc Live Templates in IntelliJ IDEA for Java

This guide explains step‑by‑step how to configure IntelliJ IDEA’s Live Templates to automatically generate Javadoc comments for Java methods, including creating a custom template group, defining variables, setting scope, and showcasing useful Java‑8 snippets, while also noting promotional offers for activation tools.

IDE tipsIntelliJ IDEAJava
0 likes · 6 min read
How to Create Custom Javadoc Live Templates in IntelliJ IDEA for Java
JD Retail Technology
JD Retail Technology
Jan 5, 2023 · Mobile Development

Design and Implementation of an Android Code Impact Analysis Tool Using Git Diff and ASM

This article presents a comprehensive approach to building an Android code impact analysis tool that leverages Git diff to locate modified lines, employs ASM-based class and method visitors to construct upward and downward call chains, extracts Javadoc and custom tags, and visualizes the results for developers and testers.

ASMAndroidGit
0 likes · 21 min read
Design and Implementation of an Android Code Impact Analysis Tool Using Git Diff and ASM
Selected Java Interview Questions
Selected Java Interview Questions
Jun 12, 2022 · Fundamentals

Understanding Java Annotations: Concepts, Built‑in Annotations, Custom Annotations, and a Simple Test Framework

This article explains the purpose and syntax of Java annotations, describes built‑in annotations such as @Override, @Deprecated and @SuppressWarnings, shows how to create and use custom annotations with meta‑annotations, and demonstrates a lightweight testing framework that records annotation‑driven test failures.

AnnotationsJavaJavadoc
0 likes · 11 min read
Understanding Java Annotations: Concepts, Built‑in Annotations, Custom Annotations, and a Simple Test Framework
Architect's Tech Stack
Architect's Tech Stack
Mar 18, 2022 · Fundamentals

Configuring IntelliJ IDEA Class and Method Comment Templates with Groovy Scripts

This guide explains how to set up IntelliJ IDEA class and method Javadoc templates using File and Code Templates and Live Templates, including the required abbreviation, description, template text, applicable contexts, and custom Groovy scripts for automatically generating @param and @return annotations.

AutomationGroovy ScriptIDE configuration
0 likes · 6 min read
Configuring IntelliJ IDEA Class and Method Comment Templates with Groovy Scripts
Architect's Tech Stack
Architect's Tech Stack
Aug 21, 2021 · Backend Development

Configuring Class and Method Javadoc Templates in IntelliJ IDEA

This guide explains how to set up IntelliJ IDEA templates to automatically generate class and method Javadoc comments, including adding author and date placeholders, creating live templates for @param and @return annotations, and customizing variable expressions with Groovy scripts.

AutomationIntelliJ IDEAJava
0 likes · 6 min read
Configuring Class and Method Javadoc Templates in IntelliJ IDEA
macrozheng
macrozheng
May 12, 2021 · Backend Development

Auto‑Generate Java Class and Method Javadoc with IntelliJ IDEA Templates

This guide shows how to configure IntelliJ IDEA to automatically insert Javadoc class and method comments, including author, date, @param and @return tags, using File and Code Templates and Live Templates with custom Groovy scripts.

Groovy ScriptIntelliJ IDEAJava
0 likes · 8 min read
Auto‑Generate Java Class and Method Javadoc with IntelliJ IDEA Templates
Java Captain
Java Captain
Feb 3, 2020 · Fundamentals

Java Coding Standards and Best Practices: Naming, Documentation, and CheckStyle

This article presents comprehensive Java coding standards—including naming conventions, Javadoc documentation, and the use of CheckStyle for automated style checking—along with a list of practical development habits to improve code quality, maintainability, and productivity.

Best PracticesCheckStyleJava
0 likes · 9 min read
Java Coding Standards and Best Practices: Naming, Documentation, and CheckStyle