Added missing and cleaned up JavaDocs
This commit is contained in:
parent
97edc07160
commit
daadd0bc4a
33 changed files with 206 additions and 41 deletions
|
@ -30,7 +30,7 @@ import java.lang.annotation.Target;
|
|||
* @author <a href="https://erik.thauvin.net/">Erik C. Thauvin</a>
|
||||
* @since 1.0
|
||||
*/
|
||||
@Target({ ElementType.TYPE, ElementType.METHOD })
|
||||
@Target({ElementType.TYPE, ElementType.METHOD})
|
||||
@Retention(RetentionPolicy.RUNTIME)
|
||||
@ExtendWith(DisableOnCiCondition.class)
|
||||
public @interface DisabledOnCi {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue