Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7611319
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 31, 20262026-05-31T01:38:30+00:00 2026-05-31T01:38:30+00:00

I am trying to play with reflection and annotations. For some reason whenever I

  • 0

I am trying to play with reflection and annotations.
For some reason whenever I add an annotation to a field (or a class or a method), and use reflection to look at the field, I see that its annotations field is null.

For example, this code:

public class Test {
    public static void main(String[] args) throws NoSuchFieldException, SecurityException {
        System.out.println(Test.class.getField("bl").getAnnotations().length);
    }    
    @anno
    public int bl;    

    public @interface anno {}    
}

prints 0.

BTW, Java does not ignore annotations in general, and when (for example) I use the @Deprecated annotation – Eclipse recognizes it and tells me the class is deprecated.

I am using Eclipse Indigo and Java SE Development Kit 7 update 2.
Thanks!

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-31T01:38:31+00:00Added an answer on May 31, 2026 at 1:38 am

    By default, annotations are not available to reflection. In order to do so, you need to change the retention policy, i.e.

    @Retention(RetentionPolicy.RUNTIME)
    public @interface Anno {}    
    

    The various retention policies can be found in the Javadoc. The default (for mysterious reasons that nobody seems to know) is CLASS.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am trying to play audio buffered sound (.wav) using AudioTrack. Please see the
Trying to play animated GIFs on Android here (see Android: How do a display
I'm trying JPA with a very simple class for the Play! framework and I'm
I am trying to play a sound file using : gst-launch playbin uri=some URL
I am trying to play some audio files with the CLI example on this
Trying to play with some Batch. @ echo off IF EXIST %CD%\Minecraft.exe Minecraft.exe IF
iam trying play animation with xcode,in specefic Time for example after 3 minutes play
I started trying to play with Mono, mostly for fun at the moment. I
I'm trying to play a sound file from an iPhone program. Here's the code:
I am trying to play audio in a Java applet but it is not

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.