Package net.officefloor.model.generate
Class GeneratedAnnotationJavaFacet
- java.lang.Object
-
- net.officefloor.model.generate.GeneratedAnnotationJavaFacet
-
-
Constructor Summary
Constructors Constructor Description GeneratedAnnotationJavaFacet()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static java.lang.StringgetGeneratedClassName()Obtains the appropriate Generated annotationClassname.booleanisSupported(JavaFacetContext context)Indicates if the facet is supported.-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface net.officefloor.frame.compatibility.JavaFacet
isSupported
-
-
-
-
Method Detail
-
getGeneratedClassName
public static java.lang.String getGeneratedClassName()
Obtains the appropriate Generated annotationClassname.- Returns:
- Appropriate Generated annotation
Classname.
-
isSupported
public boolean isSupported(JavaFacetContext context) throws java.lang.Exception
Description copied from interface:JavaFacetIndicates if the facet is supported.- Specified by:
isSupportedin interfaceJavaFacet- Parameters:
context-JavaFacetContext.- Returns:
trueif the facet is supported.- Throws:
java.lang.Exception- If fails to determine if facet is supported.
-
-