Class FunctionAnnotationClass
- java.lang.Object
-
- com.microsoft.azure.toolkit.lib.appservice.function.core.FunctionAnnotationClass
-
- All Implemented Interfaces:
IAnnotatable
public class FunctionAnnotationClass extends Object implements IAnnotatable
-
-
Field Summary
Fields Modifier and Type Field Description private List<FunctionAnnotation>annotationsprivate StringfullNameprivate Stringname
-
Constructor Summary
Constructors Constructor Description FunctionAnnotationClass()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringtoString()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface com.microsoft.azure.toolkit.lib.appservice.function.core.IAnnotatable
getAnnotation, getAnnotation, getAnnotations
-
-