Skip to content

Commit

Permalink
chore: annotations -> annotation
Browse files Browse the repository at this point in the history
  • Loading branch information
Citymonstret committed Jan 26, 2024
1 parent 05f0db5 commit d2f8226
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
// SOFTWARE.
//
package org.incendo.cloud.processors.confirmation.annotations;
package org.incendo.cloud.processors.confirmation.annotation;

import java.lang.annotation.ElementType;
import java.lang.annotation.Retention;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
// SOFTWARE.
//
package org.incendo.cloud.processors.confirmation.annotations;
package org.incendo.cloud.processors.confirmation.annotation;

import java.util.Objects;
import org.apiguardian.api.API;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/**
* Utilities for using the confirmation system together with cloud-annotations.
*/
package org.incendo.cloud.processors.confirmation.annotations;
package org.incendo.cloud.processors.confirmation.annotation;
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
// SOFTWARE.
//
package org.incendo.cloud.processors.cooldown.annotations;
package org.incendo.cloud.processors.cooldown.annotation;

import java.lang.annotation.ElementType;
import java.lang.annotation.Retention;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
// SOFTWARE.
//
package org.incendo.cloud.processors.cooldown.annotations;
package org.incendo.cloud.processors.cooldown.annotation;

import java.time.Duration;
import org.apiguardian.api.API;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/**
* Utilities for using the cooldown system together with cloud-annotations.
*/
package org.incendo.cloud.processors.cooldown.annotations;
package org.incendo.cloud.processors.cooldown.annotation;
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
// SOFTWARE.
//
package org.incendo.cloud.processors.requirements.annotations;
package org.incendo.cloud.processors.requirements.annotation;

import java.lang.annotation.Annotation;
import java.util.function.Function;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
// SOFTWARE.
//
package org.incendo.cloud.processors.requirements.annotations;
package org.incendo.cloud.processors.requirements.annotation;

import java.lang.annotation.Annotation;
import java.util.Objects;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@
*
* <p>This requires cloud-annotations to be on the classpath.</p>
*/
package org.incendo.cloud.processors.requirements.annotations;
package org.incendo.cloud.processors.requirements.annotation;
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
// SOFTWARE.
//
package org.incendo.cloud.processors.requirements.annotations;
package org.incendo.cloud.processors.requirements.annotation;

import io.leangen.geantyref.TypeToken;
import java.lang.annotation.ElementType;
Expand Down

0 comments on commit d2f8226

Please sign in to comment.