- All Known Subinterfaces:
ActivatorCodeGenDetail
public interface GeneralCodeGenDetail
Generically describes the source code generated.
-
Method Summary
Modifier and TypeMethodDescriptionbody()Optionally, the source code generated.The FQN of the source that was generated.
-
Method Details
-
serviceTypeName
TypeName serviceTypeName()The FQN of the source that was generated.- Returns:
- the FQN name for the code that was generated
-
body
Optionally, the source code generated.- Returns:
- the body of the source, or empty if unknown or unavailable
-