Class AbstractBeanMethod

    • Field Summary

      • Fields inherited from class net.anwiba.tools.generator.java.bean.configuration.AbstractMethod

        name
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected AbstractBeanMethod​(java.lang.String name, boolean isEnabled, java.util.List<Annotation> annotations, java.util.List<Argument> arguments, java.util.Map<java.lang.String,​java.util.List<Annotation>> parameterAnnotations, java.lang.String comment)  
    • Constructor Detail

      • AbstractBeanMethod

        protected AbstractBeanMethod​(java.lang.String name,
                                     boolean isEnabled,
                                     java.util.List<Annotation> annotations,
                                     java.util.List<Argument> arguments,
                                     java.util.Map<java.lang.String,​java.util.List<Annotation>> parameterAnnotations,
                                     java.lang.String comment)
    • Method Detail

      • isEnabled

        public boolean isEnabled()