Skip to content

Commit

Permalink
update minimal hudson.Extension clone
Browse files Browse the repository at this point in the history
  • Loading branch information
steven-terrana committed Jul 13, 2022
1 parent 13755e5 commit d8fb530
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/main/java/hudson/Extension.java
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,7 @@
* @author Kohsuke Kawaguchi
*/
public @interface Extension {
double ordinal() default 0;
boolean optional() default false;
YesNoMaybe dynamicLoadable() default MAYBE;
}

0 comments on commit d8fb530

Please sign in to comment.