Annotation Type ObcClassTarget


  • @Target(TYPE)
    @Retention(RUNTIME)
    public @interface ObcClassTarget
    Defines a class target relative to the versioned 'org.bukkit.craftbukkit' package.
    • Field Summary

      Fields 
      Modifier and Type Fields Description
      static me.lucko.shadow.TargetResolver RESOLVER
      A TargetResolver for the ObcClassTarget annotation.
    • Required Element Summary

      Required Elements 
      Modifier and Type Required Element Description
      @NonNull String value
      Gets the value of the class, relative to the versioned package.
    • Field Detail

      • RESOLVER

        static final me.lucko.shadow.TargetResolver RESOLVER
        A TargetResolver for the ObcClassTarget annotation.
    • Element Detail

      • value

        @NonNull String value
        Gets the value of the class, relative to the versioned package.
        Returns:
        the value