Class GeneratedAnnotationJavaFacet

  • All Implemented Interfaces:
    JavaFacet

    public class GeneratedAnnotationJavaFacet
    extends java.lang.Object
    implements JavaFacet
    JavaFacet for the Generated annotation.
    Author:
    Daniel Sagenschneider
    • Constructor Detail

      • GeneratedAnnotationJavaFacet

        public GeneratedAnnotationJavaFacet()
    • Method Detail

      • getGeneratedClassName

        public static java.lang.String getGeneratedClassName()
        Obtains the appropriate Generated annotation Class name.
        Returns:
        Appropriate Generated annotation Class name.
      • isSupported

        public boolean isSupported​(JavaFacetContext context)
                            throws java.lang.Exception
        Description copied from interface: JavaFacet
        Indicates if the facet is supported.
        Specified by:
        isSupported in interface JavaFacet
        Parameters:
        context - JavaFacetContext.
        Returns:
        true if the facet is supported.
        Throws:
        java.lang.Exception - If fails to determine if facet is supported.