better default value for @Component

git-svn-id: https://svn.apache.org/repos/asf/maven/plugin-tools/trunk@1338048 13f79535-47bb-0310-9956-ffa450edef68
master
Olivier Lamy 2012-05-14 08:08:49 +00:00
parent a608a24dbe
commit aa9ca62315
1 changed files with 2 additions and 2 deletions

View File

@ -40,7 +40,7 @@ public @interface Component
String roleHint() default "";
boolean required() default false;
boolean required() default true;
boolean readonly() default false;
boolean readonly() default true;
}