Annotation Interface JavaBean


@Documented @Target(TYPE) @Retention(SOURCE) public @interface JavaBean
Determines if the specified class is a Java Bean. This information is added to the manifest with the annotation processor.
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Class
    Description
    static @interface 
     
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    boolean
     
  • Element Details

    • value

      boolean value
      Default:
      true