Get Even More Visitors To Your Blog, Upgrade To A Business Listing >>

ERROR - The annotation @JavaBean is disallowed for this location

Error

The Annotation @JavaBean is disallowed for this location


Error Type


Compile Time


Possible Cause

Annotation @JavaBean is not allowed at this location. It's a Class level annotations and hence should be placed at class level only.


Resolution

Specify the annotation at class level. 

@JavaBean(description = "",defaultProperty="",defaultEventSet="")
public class Test {
}



This post first appeared on Techsharepoint, please read the originial post: here

Share the post

ERROR - The annotation @JavaBean is disallowed for this location

×

Subscribe to Techsharepoint

Get updates delivered right to your inbox!

Thank you for your subscription

×