Full name:
jp.skypencil:jsr305-maven-plugin:1.2-SNAPSHOT:enhance
Description:
Attributes:
| Name | Type | Since | Description |
|---|---|---|---|
| classesDirectory | File | - | Place where target classes are. Default value is: ${project.build.outputDirectory}. |
| Name | Type | Since | Description |
|---|---|---|---|
| negativeCheck | Setting | - | Setting for negative check. default is:
<configuration>
<negativeCheck>
<targetScope>PUBLIC</targetScope>
<exception>java.lang.IllegalArgumentException</exception>
</negativeCheck>
</configuration>
|
| nullCheck | Setting | - | Setting for null check. default is:
<configuration>
<nullCheck>
<targetScope>PUBLIC</targetScope>
<level>PERMISSIVE</level>
<exception>java.lang.IllegalArgumentException</exception>
</nullCheck>
</configuration>
|
| regexCheck | Setting | - | Setting for regex check. default is:
<configuration>
<regexCheck>
<targetScope>PUBLIC</targetScope>
<exception>java.lang.IllegalArgumentException</exception>
</regexCheck>
</configuration>
|
<configuration>
<negativeCheck>
<targetScope>PUBLIC</targetScope>
<exception>java.lang.IllegalArgumentException</exception>
</negativeCheck>
</configuration>
<configuration>
<nullCheck>
<targetScope>PUBLIC</targetScope>
<level>PERMISSIVE</level>
<exception>java.lang.IllegalArgumentException</exception>
</nullCheck>
</configuration>
<configuration>
<regexCheck>
<targetScope>PUBLIC</targetScope>
<exception>java.lang.IllegalArgumentException</exception>
</regexCheck>
</configuration>