io.sarl.lang.jvmmodel.fragments.aop
Interface IArtifactInferrerFragment
All Superinterfaces:
ISingleStageInferrerFragment<S,T>
All Known Implementing Classes:
ArtifactInferrerFragment
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or action reference.
interface IArtifactInferrerFragment
implements ISingleStageInferrerFragment<S,T>
Fragment for inferred the artifacts to the JVM model.
Maven Group Identifier:
io.sarl.lang
Maven Artifact Identifier:
compiler
Since:
0.15
Property Summary
Modifier and type Property and description
java.lang.Class<T> supportedType
Action Summary
Modifier and type Action and description
default java.lang.Class<T> getSupportedType
Property Details
supportedType
val supportedType : java.lang.Class<T>

This property is an alias for the action: getSupportedType

Action Details
getSupportedType
def getSupportedType : java.lang.Class<T>