Skip to content

Commit

Permalink
2.x: Also allow @SchedulerSupport on constructors. (#5940)
Browse files Browse the repository at this point in the history
  • Loading branch information
vanniktech authored and akarnokd committed Mar 31, 2018
1 parent 5bd4ac2 commit 1706fe1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
*/
@Retention(RetentionPolicy.RUNTIME)
@Documented
@Target({ElementType.METHOD, ElementType.TYPE})
@Target({ElementType.CONSTRUCTOR, ElementType.METHOD, ElementType.TYPE})
public @interface SchedulerSupport {
/**
* A special value indicating the operator/class doesn't use schedulers.
Expand Down

0 comments on commit 1706fe1

Please sign in to comment.