Skip to content

Applying Single-Element Annotations – OCP Oracle Certified Professional

  • Home
  • Contact Us

Blog

2023-06-20

The @Inherited Meta-Annotation – Annotations

The @Inherited Meta-Annotation By default, an annotation applied on a class is not inherited by its subclasses. However, this can…

Read More
2023-04-20

The @Repeatable Meta-Annotation – Annotations

The @Repeatable Meta-Annotation There are situations where we would like to apply the same annotation multiple times on the same…

Read More
2023-03-10

Selected Standard Annotations – Annotations

25.5 Selected Standard Annotations The Java SE Platform API provides several predefined annotation types in the java.lang package that can…

Read More
2023-02-22

The @FunctionalInterface Annotation – Annotations

The @FunctionalInterface Annotation The marker annotation @FunctionalInterface is designed to ensure that a given interface is indeed functional—that is, it…

Read More
2022-12-20

The @Deprecated Annotation – Annotations

The @Deprecated Annotation The annotation @Deprecated is designed to discourage the use of certain declarations that were previously allowed. The…

Read More
2022-11-25

The @SuppressWarnings Annotation – Annotations

The @SuppressWarnings Annotation The annotation @SuppressWarnings can be used to suppress different kinds of warnings from the compiler in code…

Read More
2022-09-15

The @SafeVarargs Annotation – Annotations

The @SafeVarargs Annotation The marker annotation @SafeVarargs is used to instruct the compiler to suppress unchecked warnings that would otherwise…

Read More
2022-08-20

Processing Annotations – Annotations

25.6 Processing Annotations It is possible to discover annotations on program elements at runtime using the Reflection API found in…

Read More
2022-06-10

Processing Annotations 2 – Annotations

In Example 25.4, the method printTaskInfoAnnotation() at (1) in the TaskInfoAnnotationProcessor class can be used to specifically discover TaskInfo annotations…

Read More
2022-05-25

Application Security Overview – Secure Coding

26.1 Application Security Overview This chapter is quite different from other chapters in this book because of the nature of…

Read More

Posts navigation

Older posts
Newer posts
  • Application Security Overview
  • Applying Normal Annotations
  • Java Security Policies
  • Oracle and Linux
  • Oracle Certification Exam
  • Security Threat Categories
  • August 2024
  • July 2024
  • June 2024
  • May 2024
  • April 2024
  • February 2024
  • January 2024
  • November 2023
  • August 2023
  • June 2023
  • April 2023
  • March 2023
  • February 2023
  • December 2022
  • November 2022
  • September 2022
  • August 2022
  • June 2022
  • May 2022
  • March 2022
  • January 2022
  • November 2021
  • September 2021
  • July 2021
  • June 2021
  • May 2021
  • March 2021
  • January 2021
May 2025
M T W T F S S
 1234
567891011
12131415161718
19202122232425
262728293031  
« Aug    
No comments to show.
Copyright All rights reserved. Theme curtiseye