Java Annotations and How to Build Your Own Runtime Annotations - Java Programming

Поделиться
HTML-код
  • Опубликовано: 25 ноя 2024

Комментарии • 8

  • @malloryranae8069
    @malloryranae8069 11 месяцев назад +5

    Great video, Will! Have you thought about making a video on the other types of annotations like compile time ones?

    • @willtollefson
      @willtollefson  11 месяцев назад +1

      Yes! I'm definitley hoping to make a video about compile time annotations in the future

  • @DenaTollefson
    @DenaTollefson 11 месяцев назад +6

    Fantastic tutorial, Will! 😀

  • @ivanchl
    @ivanchl 5 месяцев назад +2

    Amazing motto Never Stop Learning!

    • @willtollefson
      @willtollefson  5 месяцев назад

      Thanks! It’s definitely something I try to follow almost every day

  • @user-bt5ck3lf9e
    @user-bt5ck3lf9e 8 месяцев назад +2

    Thank you for the Video. Request you to make a video on other types of annotation and also some scenario based examples of where and how they are helpful. When we use it?

    • @willtollefson
      @willtollefson  8 месяцев назад

      Thanks for the feedback! Any particular types of annotations you're interested in? I see annotations used a lot in frameworks, testing, and with some particular libraries like lombok.