Annotation Type Fired


  • @Documented
    @Retention(RUNTIME)
    @Visionary("Benjamin Sergeant")
    public @interface Fired
    Indicates that the specified team member is fired. For example:
       @Fired(
           person = "Dave",
           reason = "for writing this rubbish")
       void createAndInitializeSingletonBeanManagerFactoryStrategyAdapter() {
     
    • Required Element Summary

      Required Elements 
      Modifier and Type Required Element Description
      java.lang.String person  
    • Optional Element Summary

      Optional Elements 
      Modifier and Type Optional Element Description
      java.lang.String reason  
    • Element Detail

      • person

        java.lang.String person
      • reason

        java.lang.String reason
        Default:
        ""