Annotation Type 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.
    • Optional Element Summary

      Optional Elements 
      Modifier and Type Optional Element Description
      boolean value  
    • Element Detail

      • value

        boolean value
        Default:
        true