All Downloads are FREE. Search and download functionalities are using the official Maven repository.

et.awskt-lambda-core.2.0.14.source-code.Annotations.kt Maven / Gradle / Ivy

There is a newer version: 2.0.25
Show newest version
package com.steamstreet.aws.lambda

/**
 * A useful annotation to attach to a class or secondary constructor to
 * indicate that it's a lambda and won't be flagged as unused.
 */
@Target(AnnotationTarget.CLASS, AnnotationTarget.CONSTRUCTOR)
@Retention(AnnotationRetention.SOURCE)
public annotation class AWSLambdaConstructor





© 2015 - 2024 Weber Informatics LLC | Privacy Policy