Tagged articles
18 articles
Page 1 of 1
Selected Java Interview Questions
Selected Java Interview Questions
Jan 6, 2026 · Backend Development

Generate Precise Java Javadoc with AI in One Shortcut

This article explains how an IntelliJ plugin uses large‑language‑model AI to read your Java method body and automatically produce accurate Javadoc comments, eliminating the need for manual documentation and overcoming the limitations of simple name‑translation tools.

AICode GenerationIntelliJ
0 likes · 6 min read
Generate Precise Java Javadoc with AI in One Shortcut
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
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.

Custom AnnotationsJavadocannotations
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
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
Code Ape Tech Column
Code Ape Tech Column
Mar 22, 2021 · Fundamentals

Auto‑Generate Class and Method Javadoc Templates in IntelliJ IDEA

This guide walks you through configuring IntelliJ IDEA to automatically insert class‑level and method‑level Javadoc comments using File and Code Templates and Live Templates, including GroovyScript expressions for dynamic @author, @date, @param, and @return tags.

GroovyScriptIDE configurationIntelliJ IDEA
0 likes · 8 min read
Auto‑Generate Class and Method Javadoc Templates in IntelliJ IDEA
21CTO
21CTO
May 2, 2019 · Fundamentals

Master Google’s Java Style Guide: Essential Rules for Clean Code

This document defines the complete Google Java Style Guide, detailing file naming, structure, formatting, naming conventions, and best‑practice recommendations—including whitespace, braces, imports, annotations, Javadoc, and exception handling—to ensure Java source files conform to Google’s coding standards.

JavaJavadocbest practices
0 likes · 35 min read
Master Google’s Java Style Guide: Essential Rules for Clean Code