Class JavaElement

java.lang.Object
aQute.bnd.differ.JavaElement

class JavaElement extends Object
An element that compares the access field in a binary compatible way. This element is used for classes, methods, constructors, and fields. For that reason we also included the only method that uses this class as a static method.

Packages

  • MAJOR - Remove a public type
  • MINOR - Add a public class
  • MINOR - Add an interface
  • MINOR - Add a method to a class
  • MINOR - Add a method to a provider interface
  • MAJOR - Add a method to a consumer interface
  • MINOR - Add a field
  • MICRO - Add an annotation to a member
  • MINOR - Change the value of a constant
  • MICRO - -abstract
  • MICRO - -final
  • MICRO - -protected
  • MAJOR - +abstract
  • MAJOR - +final
  • MAJOR - +protected