We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c38527 commit 3e32dd4Copy full SHA for 3e32dd4
src/de/inetsoftware/jwebassembly/api/annotation/Replace.java
@@ -1,5 +1,5 @@
1
/*
2
- * Copyright 2019 Volker Berlin (i-net software)
+ * Copyright 2019 - 2020 Volker Berlin (i-net software)
3
*
4
* Licensed under the Apache License, Version 2.0 (the "License");
5
* you may not use this file except in compliance with the License.
@@ -26,7 +26,7 @@
26
* @author Volker Berlin
27
*/
28
@Retention( RetentionPolicy.CLASS )
29
-@Target( {ElementType.METHOD, ElementType.CONSTRUCTOR} )
+@Target( {ElementType.METHOD, ElementType.CONSTRUCTOR, ElementType.TYPE } )
30
public @interface Replace {
31
32
/**
0 commit comments