Annotation Interface IgnoreLoading


@Retention(RUNTIME) @Target(FIELD) public @interface IgnoreLoading
An annotation that informs automatic loaders to skip the target value.

If the array returned by value() is empty, it is assumed that the annotated value should be skipped within all environments.

Since:
1.0.0
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    Class<? extends Loaded>[]
    The Loaded interfaces to ignore.
  • Element Details

    • value

      Class<? extends Loaded>[] value
      The Loaded interfaces to ignore.
      Returns:
      The Loaded interfaces to ignore.
      Since:
      1.0.0