java - Unable to find class annotation -


यह कोड प्रिंट क्यों करता है?

  @Table (name = "source") पब्लिक क्लास स्रोतडिटेल्स डाटाबेसइन्टीयटी {सार्वजनिक स्थिर शून्य मुख्य (स्ट्रिंग [] आर्ग्स) {System.out.println (SourceDetails.class.getAnnotations ()। लंबाई) लागू करता है; } ...}  

क्योंकि आपने एनोटेशन की प्रतिधारण को सेट नहीं किया है रनटाइम।

<पूर्व> @ रीटेंस (रिटेंशन पॉलिसी। RUNTIME) @ इंटरफेस टेबल {स्ट्रिंग का नाम (); Int intValue (); }

Comments

Popular posts from this blog

c# - How to capture HTTP packet with SharpPcap -

php - Multiple Select with Explode: only returns the word "Array" -

php - jQuery AJAX Post not working -