Class DefaultDataContextPlugin

java.lang.Object
org.orekit.compiler.plugin.DefaultDataContextPlugin
All Implemented Interfaces:
Plugin, TaskListener

@SupportedAnnotationTypes("org.orekit.annotation.DefaultDataContext") @SupportedSourceVersion(RELEASE_21) public class DefaultDataContextPlugin extends Object implements Plugin, TaskListener
Processes DefaultDataContext to issue warnings at compile time.

To use this plugin add -Xplugin:dataContextPlugin to the javac command line.

Since:
10.1
Author:
Evan Ward
  • Constructor Details

    • DefaultDataContextPlugin

      public DefaultDataContextPlugin()
      Empty constructor.

      This constructor is not strictly necessary, but it prevents spurious javadoc warnings with JDK 18 and later.

      Since:
      12.0
  • Method Details